Пример #1
0
 public NetworkingException(string message, NetwokExceptionType netwokExceptionType, Exception innerException) : base(message, innerException)
 {
     NetwokExceptionType = netwokExceptionType;
 }
Пример #2
0
 public NetworkingException(string message, NetwokExceptionType netwokExceptionType)
     : base(message)
 {
     NetwokExceptionType = netwokExceptionType;
 }