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