Method | Description | |
---|---|---|
InterceptAllExceptions ( this visitable ) : void |
Enables exception interception on the given type.
|
|
InterceptExceptions ( this visitable, bool>.Func |
Enables exception interception on the given type.
|
|
InterceptExceptions ( this visitable, IMethodFilter methodFilter ) : void |
Enables exception interception on the given type.
|
Method | Description | |
---|---|---|
GetMethodFilter ( ) : bool>.Func |
public static InterceptAllExceptions ( this visitable ) : void | ||
visitable | this | The target type. |
return | void |
public static InterceptExceptions ( this visitable, bool>.Func |
||
visitable | this | The target type. |
methodFilter | bool>.Func | The method filter functor that will determine which methods should support exception interception. |
return | void |
public static InterceptExceptions ( this visitable, IMethodFilter methodFilter ) : void | ||
visitable | this | The target type. |
methodFilter | IMethodFilter | The |
return | void |