ConfigurationException Class
.NET Framework 3.0
The exception that is thrown when a configuration system error has occurred.
Namespace: System.Configuration
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration <SerializableAttribute> _ Public Class ConfigurationException Inherits SystemException 'Usage Dim instance As ConfigurationException
/** @attribute SerializableAttribute() */ public class ConfigurationException extends SystemException
SerializableAttribute public class ConfigurationException extends SystemException
Not applicable.
The ConfigurationException exception is thrown if the application attempts to read or write data to the configuration file but is unsuccessful. Some possible reasons for this can include malformed XML in the configuration file, file permission issues, and configuration properties with values that are not valid.
Note: |
|---|
| The ConfigurationException object is maintained for backward compatibility. The ConfigurationErrorsException object replaces it for the configuration system. |
System.Object
System.Exception
System.SystemException
System.Configuration.ConfigurationException
System.Configuration.ConfigurationErrorsException
System.Exception
System.SystemException
System.Configuration.ConfigurationException
System.Configuration.ConfigurationErrorsException
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
Note: