C# Class OpenCvSharp.OpenCvSharpException

The exception that is thrown by OpenCvSharp.
Inheritance: System.Exception
Afficher le fichier Open project: shimat/opencvsharp

Méthodes publiques

Méthode Description
OpenCvSharpException ( ) : System

OpenCvSharpException ( string message ) : System

OpenCvSharpException ( string message, Exception innerException ) : System

Method Details

OpenCvSharpException() public méthode

public OpenCvSharpException ( ) : System
Résultat System

OpenCvSharpException() public méthode

public OpenCvSharpException ( string message ) : System
message string
Résultat System

OpenCvSharpException() public méthode

public OpenCvSharpException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System