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