Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public static bool FIsFatalException(
	Exception e
)

Parameters

e
Type: System.Exception
The exception.

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.