示例#1
0
 /// <summary>
 /// Method called when an exception occurs.
 /// </summary>
 /// <param name="method"></param>
 /// <param name="exception"></param>
 public virtual void ExceptionFilter(MethodContext method, Exception exception)
 {
 }
示例#2
0
 /// <summary>
 /// Method called after real method execution.
 /// </summary>
 /// <param name="method"></param>
 public virtual void MethodExit(MethodContext method)
 {
 }
示例#3
0
 /// <summary>
 /// Method called before real method execution. If ReturnValue is set, the real method body is not executed.
 /// </summary>
 /// <param name="method"></param>
 public virtual void MethodEnter(MethodContext method)
 {
 }
示例#4
0
 /// <summary>
 /// Method called after real method execution.
 /// </summary>
 /// <param name="method"></param>
 public virtual void MethodExit(MethodContext method)
 {
 }
示例#5
0
 /// <summary>
 /// Method called before real method execution. If ReturnValue is set, the real method body is not executed.
 /// </summary>
 /// <param name="method"></param>
 public virtual void MethodEnter(MethodContext method)
 {
 }
示例#6
0
 /// <summary>
 /// Method called when an exception occurs.
 /// </summary>
 /// <param name="method"></param>
 /// <param name="exception"></param>
 public virtual void ExceptionFilter(MethodContext method, Exception exception)
 {
 }