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

ICCProfileNotFoundException() private method

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

Same methods

ICCProfileNotFoundException::ICCProfileNotFoundException ( ) : System
ICCProfileNotFoundException