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

ICCProfileInvalidException() private method

Contruct with message
private ICCProfileInvalidException ( System msg ) : System
msg System returned by getMessage() ///
return System
        internal ICCProfileInvalidException(System.String msg)
            : base(msg)
        {
        }

Same methods

ICCProfileInvalidException::ICCProfileInvalidException ( ) : System
ICCProfileInvalidException