| ExceptionStatus Enumeration |
Whether native methods for P/Invoke raises an exception
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public enum ExceptionStatus
Public Enumeration ExceptionStatus
public enum class ExceptionStatus
Members
| Member name | Value | Description |
---|
| NotOccurred | 0 | |
| Occurred | 1 | |
See Also