public ExceptionInterceptArgs(InterceptArgs e, System.Exception ex) : this(e) { Ex = ex; }
public InterceptArgs(InterceptArgs e) : this(e.MethodName, e.Arguments) { }
public ExceptionInterceptArgs(InterceptArgs e) : base(e) { }