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
infoSerializationInfocontextStreamingContext
ConfigServerException(string)
public ConfigServerException(string message)
Parameters
messagestring
ConfigServerException(string, Exception)
public ConfigServerException(string message, Exception error)