C# Class Accord.Imaging.UnsupportedImageFormatException

Inheritance: System.ArgumentException
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
UnsupportedImageFormatException ( ) : System

Initializes a new instance of the UnsupportedImageFormatException class.

UnsupportedImageFormatException ( string message ) : System

Initializes a new instance of the UnsupportedImageFormatException class.

UnsupportedImageFormatException ( string message, string paramName ) : System

Initializes a new instance of the UnsupportedImageFormatException class.

Method Details

UnsupportedImageFormatException() public méthode

Initializes a new instance of the UnsupportedImageFormatException class.
public UnsupportedImageFormatException ( ) : System
Résultat System

UnsupportedImageFormatException() public méthode

Initializes a new instance of the UnsupportedImageFormatException class.
public UnsupportedImageFormatException ( string message ) : System
message string Message providing some additional information.
Résultat System

UnsupportedImageFormatException() public méthode

Initializes a new instance of the UnsupportedImageFormatException class.
public UnsupportedImageFormatException ( string message, string paramName ) : System
message string Message providing some additional information.
paramName string Name of the invalid parameter.
Résultat System