C# Класс SolicitColdCall.ColdCallFileFormatException

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

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

Метод Описание
ColdCallFileFormatException ( string message ) : System
ColdCallFileFormatException ( string message, Exception innerException ) : System

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

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

public ColdCallFileFormatException ( string message ) : System
message string
Результат System

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

public ColdCallFileFormatException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System