C# Класс CSJ2K.Icc.ICCProfileException

This exception is thrown when the content of a profile is incorrect.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ICCProfileException ( ) : System

Empty constructor

ICCProfileException ( System msg ) : System

Contruct with message

Описание методов

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

Empty constructor
public ICCProfileException ( ) : System
Результат System

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

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