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