Property ErrorCode
ErrorCode
Get and set the error code for the operation. Setting a non-zero value will result in the error also being logged to the console.
Declaration
public int ErrorCode { get; set; }Property Value
| Type | Description | 
|---|---|
| int | Numerical error code (0 is success, anything else is an error). |