C# Class Netcode.Transports.WebSocket.WebSocketException

Inheritance: Exception
ファイルを表示 Open project: Unity-Technologies/mlapi-community-contributions

Public Methods

Method Description
WebSocketException ( ) : System
WebSocketException ( string message ) : System
WebSocketException ( string message, Exception inner ) : System

Method Details

WebSocketException() public method

public WebSocketException ( ) : System
return System

WebSocketException() public method

public WebSocketException ( string message ) : System
message string
return System

WebSocketException() public method

public WebSocketException ( string message, Exception inner ) : System
message string
inner Exception
return System