C# Class ServiceStack.Discovery.Consul.GatewayServiceDiscoveryException

Inheritance: WebServiceException
Exibir arquivo Open project: yuzd/servicestack-discovery-consul

Public Methods

Method Description
GatewayServiceDiscoveryException ( string message ) : System
GatewayServiceDiscoveryException ( string message, Exception innerException ) : System

Method Details

GatewayServiceDiscoveryException() public method

public GatewayServiceDiscoveryException ( string message ) : System
message string
return System

GatewayServiceDiscoveryException() public method

public GatewayServiceDiscoveryException ( string message, Exception innerException ) : System
message string
innerException Exception
return System