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