Share via


ExceptionExtensions Members

Include Protected Members
Include Inherited Members

The ExceptionExtensions type exposes the following members.

Methods

  Name Description
Ff653681.pubmethod(en-us,PandP.10).gifFf653681.static(en-us,PandP.10).gif 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.
Ff653681.pubmethod(en-us,PandP.10).gifFf653681.static(en-us,PandP.10).gif IsFrameworkExceptionRegistered
Determines whether the exception type is already registered using the RegisterFrameworkExceptionType(Type) method
Ff653681.pubmethod(en-us,PandP.10).gifFf653681.static(en-us,PandP.10).gif 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.Composite Namespace