SPUtility.FIsProcessCriticalException method

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

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

Syntax

'Declaration
Public Shared Function FIsProcessCriticalException ( _
    ex As Exception _
) As Boolean
'Usage
Dim ex As Exception
Dim returnValue As Boolean

returnValue = SPUtility.FIsProcessCriticalException(ex)
public static bool FIsProcessCriticalException(
    Exception ex
)

Parameters

Return value

Type: System.Boolean

true if the exception is one of the following types:

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace