コード例 #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="regionName"></param>
 /// <param name="method"></param>
 /// <param name="exception"></param>
 public ExceptionEventArgs(string regionName, RedisCacheMethod method, Exception exception)
 {
     this.RegionName = regionName;
     this.Exception  = exception;
     this.Method     = method;
     this.Throw      = false;
 }
コード例 #2
0
 internal ExceptionEventArgs(string regionName, RedisCacheMethod method, Exception exception)
 {
     this.RegionName = regionName;
     this.Exception = exception;
     this.Method = method;
     this.Throw = false;
 }