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