C# 클래스 AForge.Imaging.InvalidImagePropertiesException

Invalid image properties exception.

The invalid image properties exception is thrown in the case when user provides an image with certain properties, which are treated as invalid by particular image processing routine. Another case when this exception is thrown is the case when user tries to access some properties of an image (or of a recently processed image by some routine), which are not valid for that image.

상속: System.ArgumentException
파일 보기 프로젝트 열기: holisticware-admin/MonoVersal.AForgeNET

공개 메소드들

메소드 설명
InvalidImagePropertiesException ( ) : System

Initializes a new instance of the InvalidImagePropertiesException class.

InvalidImagePropertiesException ( string message ) : System

Initializes a new instance of the InvalidImagePropertiesException class.

InvalidImagePropertiesException ( string message, string paramName ) : System

Initializes a new instance of the InvalidImagePropertiesException class.

메소드 상세

InvalidImagePropertiesException() 공개 메소드

Initializes a new instance of the InvalidImagePropertiesException class.
public InvalidImagePropertiesException ( ) : System
리턴 System

InvalidImagePropertiesException() 공개 메소드

Initializes a new instance of the InvalidImagePropertiesException class.
public InvalidImagePropertiesException ( string message ) : System
message string Message providing some additional information.
리턴 System

InvalidImagePropertiesException() 공개 메소드

Initializes a new instance of the InvalidImagePropertiesException class.
public InvalidImagePropertiesException ( string message, string paramName ) : System
message string Message providing some additional information.
paramName string Name of the invalid parameter.
리턴 System