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

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

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

Same methods

ICCProfileInvalidException::ICCProfileInvalidException ( ) : System
ICCProfileInvalidException