C# Класс ConstantContactUtility.ConstantException

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

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

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

Default empty constructor

ConstantException ( string message ) : System

Constructor with message parameter

ConstantException ( string message, Exception innerException ) : System

Constructor with message and inner exception

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

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

Default empty constructor
public ConstantException ( ) : System
Результат System

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

Constructor with message parameter
public ConstantException ( string message ) : System
message string Exception message
Результат System

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

Constructor with message and inner exception
public ConstantException ( string message, Exception innerException ) : System
message string Exception message
innerException System.Exception Inner exception
Результат System