Class IronPdfNativeException

  • All Implemented Interfaces:
    Serializable

    public final class IronPdfNativeException
    extends Exception_RemoteException
    Represents errors that occur from native code within IronPDF.

    If reporting such issues please attach any .log files from the directory where your application is running..

    See Also:
    Serialized Form
    • Constructor Detail

      • IronPdfNativeException

        public IronPdfNativeException​(String message,
                                      String stackTrace,
                                      String exceptionType)
        Initializes a new instance of the IronPdfNativeException class with a specified error message.
        Parameters:
        message - The message that describes the error.
        stackTrace - the stack trace
        exceptionType - the exception type
      • IronPdfNativeException

        public IronPdfNativeException​(Exception_RemoteException ex)
        Instantiates a new Iron pdf native exception.
        Parameters:
        ex - the ex