Class ExceptionExtensions
Provides extension methods to System.Exception and derived objects.
Inheritance
System.Object
ExceptionExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Rssdp
Assembly: cs.temp.dll.dll
Syntax
public static class ExceptionExtensions
Methods
Name | Description |
---|---|
IsCritical(Exception) | Returns true of the specified exception is one that indicates some form of memory corruption, out of memory state or other fatal exception that should never be handled by user code. |
IsCritical(Exception) | Returns true of the specified exception is one that indicates some form of memory corruption, out of memory state or other fatal exception that should never be handled by user code. |