C# Class CSJ2K.Icc.ICCProfileException

This exception is thrown when the content of a profile is incorrect.
Inheritance: System.Exception
Show file Open project: cureos/csj2k

Public Methods

Method Description
ICCProfileException ( ) : System

Empty constructor

ICCProfileException ( System msg ) : System

Contruct with message

Method Details

ICCProfileException() public method

Empty constructor
public ICCProfileException ( ) : System
return System

ICCProfileException() public method

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