Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

ConfigurationException-Konstruktor (String)

Dieser Konstruktor unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

HINWEIS: Dieser Konstruktor ist mittlerweile veraltet.

Initialisiert eine neue Instanz der ConfigurationException-Klasse.

Namespace: System.Configuration
Assembly: System (in system.dll)

[ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")] 
public ConfigurationException (
	string message
)
/** @attribute ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException") */ 
public ConfigurationException (
	String message
)
ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException") 
public function ConfigurationException (
	message : String
)
Nicht zutreffend.

Parameter

message

Eine Meldung, die beschreibt, warum diese ConfigurationException-Ausnahme ausgelöst wurde.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

Microsoft .NET Framework 3.0 wird unter Windows Vista, Microsoft Windows XP SP2 und Windows Server 2003 SP1 unterstützt.

.NET Framework

Unterstützt in: 1.0, 1.1, 2.0
Veraltet (Compilerwarnung) in 3.0
Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)
© 2013 Microsoft. Alle Rechte vorbehalten.