Freigeben über


ErrorData.InnerException-Eigenschaft

Ruft das Ausnahme-Objekt ab, das die Benachrichtigung ausgelöst hat.

Namespace:  Microsoft.StylusInput.PluginData
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public ReadOnly Property InnerException As Exception
'Usage
Dim instance As ErrorData
Dim value As Exception

value = instance.InnerException
public Exception InnerException { get; }
public:
property Exception^ InnerException {
    Exception^ get ();
}
/** @property */
public Exception get_InnerException()
public function get InnerException () : Exception

Eigenschaftenwert

Typ: System.Exception
Das Ausnahme-Objekt, das die Benachrichtigung ausgelöst hat.

Plattformen

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.

Versionsinformationen

.NET Framework

Unterstützt in: 3.0

Siehe auch

Referenz

ErrorData-Klasse

ErrorData-Member

Microsoft.StylusInput.PluginData-Namespace