Exemple #1
0
 public StoreException(OpenStoreStatus status, string message) : base((int)status, message)
 {
 }
Exemple #2
0
 public StoreAnswer(OpenStoreStatus status, string answer) : base((int)status, answer)
 {
 }