Class IronSoftwareNativeException
Inheritance
System.Object
IronSoftwareNativeException
Namespace: IronSoftware.Exceptions
Assembly: IronPdf.dll
Syntax
public class IronSoftwareNativeException : Exception
Constructors
IronSoftwareNativeException()
Declaration
public IronSoftwareNativeException()
IronSoftwareNativeException(String)
Declaration
public IronSoftwareNativeException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
IronSoftwareNativeException(String, Exception)
Declaration
public IronSoftwareNativeException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |