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

ICCProfileNotFoundException() private method

Empty constructor
private ICCProfileNotFoundException ( ) : System
return System
        internal ICCProfileNotFoundException()
            : base("no icc profile in image")
        {
        }

Same methods

ICCProfileNotFoundException::ICCProfileNotFoundException ( System msg ) : System
ICCProfileNotFoundException