Click or drag to resize
ExceptionExtensions Class
Holds extensions to the Exception class.
Inheritance Hierarchy
SystemObject
  Capgemini.CommonObjectUtilsExceptionExtensions

Namespace: Capgemini.CommonObjectUtils
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
public static class ExceptionExtensions

The ExceptionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleIsOneOf
Checks if the exception is an instance of, sub-class of or implements one of a list of types.
Top
See Also