C# Класс CQRSalad.Dispatching.ServiceProviderException

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

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

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

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

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

public ServiceProviderException ( Exception innerException ) : System
innerException System.Exception
Результат System

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

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

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

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