Class OpenCvSharpException
The exception that is thrown by OpenCvSharp.
Inheritance
System.Object
OpenCvSharpException
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class OpenCvSharpException : Exception
Constructors
| Improve this Doc View SourceOpenCvSharpException()
Declaration
public OpenCvSharpException()
OpenCvSharpException(SerializationInfo, StreamingContext)
Declaration
protected OpenCvSharpException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
OpenCvSharpException(String)
Declaration
public OpenCvSharpException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
OpenCvSharpException(String, Exception)
Declaration
public OpenCvSharpException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | innerException |