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