Esempio n. 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)
 {
 }
Esempio n. 2
0
 /// <summary>
 /// Method called after real method execution.
 /// </summary>
 /// <param name="method"></param>
 public virtual void MethodExit(MethodContext method)
 {
 }
Esempio n. 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)
 {
 }
Esempio n. 4
0
 /// <summary>
 /// Method called after real method execution.
 /// </summary>
 /// <param name="method"></param>
 public virtual void MethodExit(MethodContext method)
 {
 }
Esempio n. 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)
 {
 }
Esempio n. 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)
 {
 }