Example #1
0
 public CouldNotCreateTenantSessionException(Exception e, Exception innerException) : base(HybridStrings.HybridCouldNotCreateTenantSessionException(e), innerException)
 {
     this.e = e;
 }
Example #2
0
 public CouldNotCreateTenantSessionException(Exception e) : base(HybridStrings.HybridCouldNotCreateTenantSessionException(e))
 {
     this.e = e;
 }