SPUtility.FIsFatalException method
SharePoint 2013
Returns a Boolean value that indicates whether a specified exception is a fatal exception.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- e
- Type: System.Exception
The exception.
Return value
Type: System.Booleantrue 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.