Esempio n. 1
0
 public NanomsgException()
     : this(null, NN.Errno())
 {
 }
Esempio n. 2
0
 public NanomsgException(string customError)
     : this(customError, NN.Errno())
 {
 }