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

ICCProfileException() публичный Метод

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

Same methods

ICCProfileException::ICCProfileException ( ) : System
ICCProfileException