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