C# 클래스 CSJ2K.Icc.ICCProfileException

This exception is thrown when the content of a profile is incorrect.
상속: System.Exception
파일 보기 프로젝트 열기: cureos/csj2k

공개 메소드들

메소드 설명
ICCProfileException ( ) : System

Empty constructor

ICCProfileException ( System msg ) : System

Contruct with message

메소드 상세

ICCProfileException() 공개 메소드

Empty constructor
public ICCProfileException ( ) : System
리턴 System

ICCProfileException() 공개 메소드

Contruct with message
public ICCProfileException ( System msg ) : System
msg System returned by getMessage() ///
리턴 System