CSJ2K.Icc.ICCProfileNotFoundException.ICCProfileNotFoundException C# (CSharp) Метод

ICCProfileNotFoundException() приватный Метод

Contruct with message
private ICCProfileNotFoundException ( System msg ) : System
msg System returned by getMessage() ///
Результат System
        internal ICCProfileNotFoundException(System.String msg)
            : base(msg)
        {
        }

Same methods

ICCProfileNotFoundException::ICCProfileNotFoundException ( ) : System
ICCProfileNotFoundException