Esempio n. 1
0
 public ExternalServiceFaultException(ExternalServiceType type)
 {
     Type = type;
 }
Esempio n. 2
0
 public ExternalServiceFaultException(string msg, ExternalServiceType type) : base(msg)
 {
     Type = type;
 }