Initializes a new instance of the ClientConfigurationException class.

Overload List

  NameDescription
Public methodClientConfigurationException()()()()
Initializes a new instance of the ClientConfigurationException class.
Public methodClientConfigurationException(String)
Initializes a new instance of the ClientConfigurationException class with a specified error message.
Protected methodClientConfigurationException(SerializationInfo, StreamingContext)
Initializes a new instance of the ClientConfigurationException class with serialized data.
Public methodClientConfigurationException(String, Exception)
Initializes a new instance of the ClientConfigurationException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also