C# Класс ServiceStack.Server.Tests.Messaging.CustomException

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

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

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

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

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

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

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

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

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

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