The exception that is thrown when an error in the application configuration file is detected.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
public class ClientConfigurationException : Exception
Visual Basic
Public Class ClientConfigurationException _
	Inherits Exception
Visual C++
public ref class ClientConfigurationException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    IBM.CTG..::..ClientConfigurationException

Thread Safety

Members of this type are thread safe.

See Also