Exemplo n.º 1
0
 public GroongaException(GroongaResultCode result, String message, Exception inner)
     : base(message, inner)
 {
     Result = result;
 }
Exemplo n.º 2
0
 public GroongaException(GroongaResultCode result)
 {
     Result = result;
 }