PartnerExtensions.IsFatalException(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if an exception is fatal.
public static bool IsFatalException (this Exception ex);
static member IsFatalException : Exception -> bool
<Extension()>
Public Function IsFatalException (ex As Exception) As Boolean
Parameters
- ex
- Exception
The exception to check.
Returns
True if Exception is fatal and process should die.