public AIOException(AIOExceptionType type)
 {
     throw new Exception(exception[(int)type]);
 }
示例#2
0
 public AIOException(AIOExceptionType type)
 {
     throw new Exception(exception[(int)type]);
 }