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

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

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

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

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

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

public PngjExceptionInternal ( ) : System
Результат System

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

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

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

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

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

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