示例#1
0
 public NetworkingException(string message, NetworkingExceptionTypeEnum exceptionType, Exception innerException) : base(message, innerException)
 {
     ExceptionType = exceptionType;
 }
示例#2
0
 public NetworkingException(string message, NetworkingExceptionTypeEnum exceptionType) : base(message)
 {
     ExceptionType = exceptionType;
 }