C# Класс EngageNet.Exceptions.MappingExistsException

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

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

Метод Описание
MappingExistsException ( ) : System
MappingExistsException ( int errorCode, string message ) : System
MappingExistsException ( int errorCode, string message, Exception inner ) : System

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

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

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

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

public MappingExistsException ( int errorCode, string message ) : System
errorCode int
message string
Результат System

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

public MappingExistsException ( int errorCode, string message, Exception inner ) : System
errorCode int
message string
inner System.Exception
Результат System