CoreException
The CoreException class defines the exceptions of Dynamsoft Capture Vision.
Definition
Namespace: Dynamsoft.Core.Maui
Assembly: Dynamsoft.Core.Maui
class CoreException:Exception
Methods & Properties
| Property | Type | Description |
|---|---|---|
ErrorCode |
int | Get the error code. |
ErrorMessage |
string | Get the error message. |
| Method | Description |
|---|---|
CoreException |
The constructor. |
ErrorCode
Get the error code.
int ErrorCode { get; }
ErrorMessage
Get the error message.
string ErrorMessage { get; }
CoreException
The constructor.
CoreException(int errorCode, string errorMessage);