C# 클래스 Accord.Imaging.UnsupportedImageFormatException

상속: System.ArgumentException
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
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