Class ConfigServerException
- Namespace
- Steeltoe.Extensions.Configuration.ConfigServer
- Assembly
- Steeltoe.Extensions.Configuration.ConfigServerBase.dll
Exception thrown by Config Server client when problems occur
[Serializable]
public class ConfigServerException : Exception, ISerializable
- Inheritance
-
ConfigServerException
- Implements
- Inherited Members
Constructors
ConfigServerException()
public ConfigServerException()
ConfigServerException(SerializationInfo, StreamingContext)
protected ConfigServerException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
ConfigServerException(string)
public ConfigServerException(string message)
Parameters
message
string
ConfigServerException(string, Exception)
public ConfigServerException(string message, Exception error)