Exception is a common issue in projects. To track this exception, we use error loggers which only log the exception detail and some other information if you want to. But hardly do we get any idea for which input set(parameters and its values) a particular method is throwing the error.
ParamLogUtility
00 Remarks
01 Syntax
Microsoft.VisualBasic.Emit.Parameters.ParamLogUtility
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| AcquireOrder | 1 | 这个方法要求传递进来的参数的顺序要和原函数的参数的顺序一致,故而不太推荐使用这个方法 |
| GetMyCaller | 1 | |
| Acquire | 2 | |
| InitTable | 1 |
03 Members
AcquireOrder(
Object())这个方法要求传递进来的参数的顺序要和原函数的参数的顺序一致,故而不太推荐使用这个方法
Parameters
| Name | Type | Description |
|---|---|---|
parameters | Object() | - |
GetMyCaller()
Acquire(
Expression(Of Func(Of Object))())Acquire(
MethodBase, Expression(Of Func(Of Object))())InitTable(
MethodBase, Expression(Of Func(Of Object())))