Show / Hide Table of Contents

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 Source

OpenCvSharpException()

Declaration
public OpenCvSharpException()
| Improve this Doc View Source

OpenCvSharpException(SerializationInfo, StreamingContext)

Declaration
protected OpenCvSharpException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context
| Improve this Doc View Source

OpenCvSharpException(String)

Declaration
public OpenCvSharpException(string message)
Parameters
Type Name Description
System.String message
| Improve this Doc View Source

OpenCvSharpException(String, Exception)

Declaration
public OpenCvSharpException(string message, Exception innerException)
Parameters
Type Name Description
System.String message
Exception innerException
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX