SPException.NativeErrorMessage-Eigenschaft

Ruft die Fehlermeldung systemeigenem Code, die dieses SPException -Objekt zugeordnet ist.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property NativeErrorMessage As String
    Get
'Usage
Dim instance As SPException
Dim value As String

value = instance.NativeErrorMessage
public string NativeErrorMessage { get; }

Eigenschaftswert

Typ: System.String
String
Die Fehlermeldung systemeigenem Code.

Siehe auch

Referenz

SPException Klasse

SPException-Member

Microsoft.SharePoint-Namespace