Click or drag to resize

OpenCvSharpException Constructor (String, Exception)

Initializes a new instance of the OpenCvSharpException class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public OpenCvSharpException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
See Also