메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
GetMethodFilter ( ) : bool>.Func |
public static InterceptAllExceptions ( this visitable ) : void | ||
visitable | this | The target type. |
리턴 | 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. |
리턴 | void |
public static InterceptExceptions ( this visitable, IMethodFilter methodFilter ) : void | ||
visitable | this | The target type. |
methodFilter | IMethodFilter | The |
리턴 | void |