예제 #1
0
 public WebSocketException(string aError, WebSocketExceptionType aExceptionType)
     : base(aError)
 {
     mExceptionType = aExceptionType;
 }
예제 #2
0
 public WebSocketException(string aError, WebSocketExceptionType aExceptionType)
     : base(aError)
 {
     mExceptionType = aExceptionType;
 }