Esempio n. 1
0
 public KMBitException(string message, Exception inner, KMBitExceptionType type = KMBitExceptionType.INFO)
     : base(message, inner)
 {
     this.Type = type;
 }
Esempio n. 2
0
 public KMBitException(string message, Exception inner, KMBitExceptionType type = KMBitExceptionType.INFO) : base(message, inner)
 {
     this.Type = type;
 }
Esempio n. 3
0
 public KMBitException(KMBitExceptionType type= KMBitExceptionType.WARN)
 {
     this.Type = type;
 }
Esempio n. 4
0
 public KMBitException(KMBitExceptionType type = KMBitExceptionType.WARN)
 {
     this.Type = type;
 }