C# Class ServiceStack.Discovery.Consul.GatewayServiceDiscoveryException

Inheritance: WebServiceException
Afficher le fichier Open project: yuzd/servicestack-discovery-consul

Méthodes publiques

Méthode Description
GatewayServiceDiscoveryException ( string message ) : System
GatewayServiceDiscoveryException ( string message, Exception innerException ) : System

Method Details

GatewayServiceDiscoveryException() public méthode

public GatewayServiceDiscoveryException ( string message ) : System
message string
Résultat System

GatewayServiceDiscoveryException() public méthode

public GatewayServiceDiscoveryException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System