Ejemplo n.º 1
0
 public NetworkingException(string message, NetwokExceptionType netwokExceptionType, Exception innerException) : base(message, innerException)
 {
     NetwokExceptionType = netwokExceptionType;
 }
Ejemplo n.º 2
0
 public NetworkingException(string message, NetwokExceptionType netwokExceptionType)
     : base(message)
 {
     NetwokExceptionType = netwokExceptionType;
 }