Click or drag to resize

PInvokeHelperCreateException Method

[Missing <summary> documentation for "M:OpenCvSharp.Util.PInvokeHelper.CreateException(System.Exception)"]

Namespace:  OpenCvSharp.Util
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static OpenCvSharpException CreateException(
	Exception ex
)

Parameters

ex
Type: SystemException

[Missing <param name="ex"/> documentation for "M:OpenCvSharp.Util.PInvokeHelper.CreateException(System.Exception)"]

Return Value

Type: OpenCvSharpException

[Missing <returns> documentation for "M:OpenCvSharp.Util.PInvokeHelper.CreateException(System.Exception)"]

See Also