<PackageReference Include="NETStandard.Library" Version="2.0.1" />

System.Net.WebSockets.WebSocketException

public sealed class WebSocketException : Win32Exception

public WebSocketException(int nativeError)

public WebSocketException(int nativeError, Exception innerException)

public WebSocketException(int nativeError, string message)

public WebSocketException(WebSocketError error, Exception innerException)

public WebSocketException(WebSocketError error, int nativeError)

public WebSocketException(WebSocketError error, int nativeError, Exception innerException)

public WebSocketException(WebSocketError error, int nativeError, string message)

public WebSocketException(WebSocketError error, int nativeError, string message, Exception innerException)

public WebSocketException(WebSocketError error, string message)

public WebSocketException(WebSocketError error, string message, Exception innerException)

public WebSocketException(string message)

public WebSocketException(string message, Exception innerException)