Freigeben über


ExternalException-Konstruktor: ()

 

Veröffentlicht: Oktober 2016

Initialisiert eine neue Instanz der ExternalException-Klasse mit Standardeigenschaften.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

public ExternalException()
public:
ExternalException()
new : unit -> ExternalException
Public Sub New

Hinweise

The following table shows the initial property values for an instance of ExternalException.

Property

Value

InnerException

A null reference (Nothing in Visual Basic).

Message

A localized error message string.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1
Silverlight
Verfügbar seit 2.0
Windows Phone Silverlight
Verfügbar seit 7.0

Siehe auch

ExternalException Überladen
ExternalException-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang