Click or drag to resize

OpenCvSharpException Constructor (String,Object[])

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 messageFormat,
	params Object[] args
)

Parameters

messageFormat
Type: System.String
args
Type:System.Object[]
See Also