C# Class ServiceStack.Configuration.Consul.ConsulConfigException

Inheritance: Exception
Mostrar archivo Open project: wwwlicious/servicestack-configuration-consul

Public Methods

Method Description
ConsulConfigException ( string message ) : System
ConsulConfigException ( string message, Exception e ) : System

Method Details

ConsulConfigException() public method

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

ConsulConfigException() public method

public ConsulConfigException ( string message, Exception e ) : System
message string
e Exception
return System