SPUtility.FIsFatalException method

Returns a Boolean value that indicates whether a specified exception is a fatal exception.

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
)

Parameters

Return value

Type: System.Boolean
true if the type of exception is BadImageFormatException or MissingMethodException. The method also returns true if the FIsProcessCriticalException(Exception) returns true when the same exception is passed.

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace