SPUtility.FIsFatalException-Methode

Gibt einen Boolean -Wert, der angibt, ob eine bestimmte Ausnahme eine schwerwiegende Ausnahme ist.

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

Syntax

'Declaration
Public Shared Function FIsFatalException ( _
    e As Exception _
) As Boolean
'Usage
Dim e As Exception
Dim returnValue As Boolean

returnValue = SPUtility.FIsFatalException(e)
public static bool FIsFatalException(
    Exception e
)

Parameter

Rückgabewert

Typ: System.Boolean
true ist der Typ der Ausnahme BadImageFormatException oder MissingMethodException. Die Methode gibt auch true , wenn die FIsProcessCriticalException(Exception) true zurückgibt, wenn die gleiche Ausnahme übergeben wird.

Siehe auch

Referenz

SPUtility Klasse

SPUtility-Member

Microsoft.SharePoint.Utilities-Namespace