C# Класс Accord.Imaging.UnsupportedImageFormatException

Наследование: System.ArgumentException
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

UnsupportedImageFormatException() публичный Метод

Initializes a new instance of the UnsupportedImageFormatException class.
public UnsupportedImageFormatException ( ) : System
Результат System

UnsupportedImageFormatException() публичный Метод

Initializes a new instance of the UnsupportedImageFormatException class.
public UnsupportedImageFormatException ( string message ) : System
message string Message providing some additional information.
Результат System

UnsupportedImageFormatException() публичный Метод

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.
Результат System