The default exception to be thrown by OpenCV
Inheritance Hierarchy
SystemException
SystemApplicationException
OpenCvSharpOpenCVException
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The OpenCVException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OpenCVException |
Constructor
|
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrMsg |
A description of the error
| |
FileName |
The source file name where error is encountered
| |
FuncName |
The source file name where error is encountered
| |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Line |
The line number in the souce where error is encountered
| |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
Status |
The numeric code for error status
| |
TargetSite | (Inherited from Exception.) |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Inherited from Exception.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
See Also