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