| OpenCvSharpException Constructor (String, Exception) |
Initializes a new instance of the
Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public OpenCvSharpException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
OpenCvSharpException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> OpenCvSharpException
Parameters
- message
- Type: SystemString
- innerException
- Type: SystemException
See Also