| OpenCVExceptionStatus Property |
The numeric code for error status
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public ErrorCode Status { get; set; }
Public Property Status As ErrorCode
Get
Set
public:
property ErrorCode Status {
ErrorCode get ();
void set (ErrorCode value);
}
member Status : ErrorCode with get, set
Property Value
Type:
ErrorCodeSee Also