WebSocketException Constructor WebDriver
Overload List

  NameDescription
Public methodWebSocketException 
Initializes a new instance of the WebSocketException class.
Public methodWebSocketException(Int32)
Initializes a new instance of the WebSocketException class with a specified status code.
Public methodWebSocketException(String)
Initializes a new instance of the WebSocketException class with a specified error message.
Public methodWebSocketException(Int32, String)
Initializes a new instance of the WebSocketException class with a specified status code and error message.
Protected methodWebSocketException(SerializationInfo, StreamingContext)
Initializes a new instance of the WebSocketException class with serialized data.
Public methodWebSocketException(String, Exception)
Initializes a new instance of the WebSocketException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodWebSocketException(Int32, String, Exception)
Initializes a new instance of the WebSocketException class with a specified status code, error message, and a reference to the inner exception that is the cause of this exception.
Back to Top
See Also