C# Класс Hjg.Pngcs.PngjInputException

Наследование: PngjException
Показать файл Открыть проект

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

Метод Описание
PngjInputException ( Exception cause ) : System
PngjInputException ( String message ) : System
PngjInputException ( String message, Exception cause ) : System

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

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

public PngjInputException ( Exception cause ) : System
cause System.Exception
Результат System

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

public PngjInputException ( String message ) : System
message String
Результат System

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

public PngjInputException ( String message, Exception cause ) : System
message String
cause System.Exception
Результат System