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.
Test if an exception is a fatal exception.
public static bool IsFatal (this Exception ex);
static member IsFatal : Exception -> bool
<Extension()>
Public Function IsFatal (ex As Exception) As Boolean