public AIOException(AIOExceptionType type)
 {
     throw new Exception(exception[(int)type]);
 }
Exemplo n.º 2
0
 public AIOException(AIOExceptionType type)
 {
     throw new Exception(exception[(int)type]);
 }