Share via


ExceptionExtensions Members

Include Protected Members
Include Inherited Members

The ExceptionExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member GetRootException
Looks at all the inner exceptions of the exception parameter to find the most likely root cause of the exception. This works by skipping all registered exception types.
Public methodStatic member IsFrameworkExceptionRegistered
Determines whether the exception type is already registered using the RegisterFrameworkExceptionType(Type) method
Public methodStatic member RegisterFrameworkExceptionType
Register the type of an Exception that is thrown by the framework. The GetRootException(Exception) method uses this list of Exception types to find out if something has gone wrong.

See Also

ExceptionExtensions Class

Microsoft.Practices.Prism Namespace