The exception that is thrown when an error in the application configuration file is detected.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.2.0.2
Syntax
C# |
---|
[SerializableAttribute] public class ClientConfigurationException : Exception |
Visual Basic |
---|
<SerializableAttribute> _ Public Class ClientConfigurationException _ Inherits Exception |
Visual C++ |
---|
[SerializableAttribute] public ref class ClientConfigurationException : public Exception |
Inheritance Hierarchy
Thread Safety
Members of this type are thread safe.