CSJ2K.Icc.ICCProfileException.ICCProfileException C# (CSharp) Method

ICCProfileException() public method

Contruct with message
public ICCProfileException ( System msg ) : System
msg System returned by getMessage() ///
return System
        public ICCProfileException(System.String msg)
            : base(msg)
        {
        }

Same methods

ICCProfileException::ICCProfileException ( ) : System
ICCProfileException