Beispiel #1
0
 public ExceptionInterceptArgs(InterceptArgs e, System.Exception ex)
     : this(e)
 {
     Ex = ex;
 }
Beispiel #2
0
 public InterceptArgs(InterceptArgs e)
     : this(e.MethodName, e.Arguments)
 {
 }
Beispiel #3
0
 public ExceptionInterceptArgs(InterceptArgs e) : base(e)
 {
 }