Class ConfigServerException
Exception thrown by Config Server client when problems occur
Inheritance
System.Object
ConfigServerException
Namespace: Steeltoe.Extensions.Configuration.ConfigServer
Assembly: Steeltoe.Extensions.Configuration.ConfigServerBase.dll
Syntax
public class ConfigServerException : Exception
Constructors
| Edit this page View SourceConfigServerException()
Declaration
public ConfigServerException()
ConfigServerException(SerializationInfo, StreamingContext)
Declaration
protected ConfigServerException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
ConfigServerException(String)
Declaration
public ConfigServerException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
ConfigServerException(String, Exception)
Declaration
public ConfigServerException(string message, Exception error)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | error |