C# Класс ServiceStack.Discovery.Consul.GatewayServiceDiscoveryException

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

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

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

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

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

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

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

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