C# Class System.Net.WebSockets.WebSocketException

Inheritance: Exception
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetObjectData ( System info, System context ) : void
WebSocketException ( )
WebSocketException ( System error )
WebSocketException ( System error, System innerException )
WebSocketException ( System error, int nativeError )
WebSocketException ( System error, int nativeError, System innerException )
WebSocketException ( System error, int nativeError, string message )
WebSocketException ( System error, int nativeError, string message, System innerException )
WebSocketException ( System error, string message )
WebSocketException ( System error, string message, System innerException )
WebSocketException ( int nativeError )
WebSocketException ( int nativeError, System innerException )
WebSocketException ( int nativeError, string message )
WebSocketException ( string message )
WebSocketException ( string message, System innerException )

Private Methods

Method Description
GetErrorMessage ( WebSocketError error ) : string
SetErrorCodeOnError ( int nativeError ) : void
Succeeded ( int hr ) : bool
WebSocketException ( ) : System.ComponentModel
WebSocketException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel
WebSocketException ( WebSocketError error ) : System.ComponentModel
WebSocketException ( WebSocketError error, Exception innerException ) : System.ComponentModel
WebSocketException ( WebSocketError error, int nativeError ) : System.ComponentModel
WebSocketException ( WebSocketError error, int nativeError, Exception innerException ) : System.ComponentModel
WebSocketException ( WebSocketError error, int nativeError, string message ) : System.ComponentModel
WebSocketException ( WebSocketError error, int nativeError, string message, Exception innerException ) : System.ComponentModel
WebSocketException ( WebSocketError error, string message ) : System.ComponentModel
WebSocketException ( WebSocketError error, string message, Exception innerException ) : System.ComponentModel
WebSocketException ( int nativeError ) : System.ComponentModel
WebSocketException ( int nativeError, Exception innerException ) : System.ComponentModel
WebSocketException ( int nativeError, string message ) : System.ComponentModel
WebSocketException ( string message ) : System.ComponentModel
WebSocketException ( string message, Exception innerException ) : System.ComponentModel

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
return void

GetObjectData() public method

public GetObjectData ( System info, System context ) : void
info System
context System
return void

WebSocketException() public method

public WebSocketException ( )

WebSocketException() public method

public WebSocketException ( System error )
error System

WebSocketException() public method

public WebSocketException ( System error, System innerException )
error System
innerException System

WebSocketException() public method

public WebSocketException ( System error, int nativeError )
error System
nativeError int

WebSocketException() public method

public WebSocketException ( System error, int nativeError, System innerException )
error System
nativeError int
innerException System

WebSocketException() public method

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

WebSocketException() public method

public WebSocketException ( System error, int nativeError, string message, System innerException )
error System
nativeError int
message string
innerException System

WebSocketException() public method

public WebSocketException ( System error, string message )
error System
message string

WebSocketException() public method

public WebSocketException ( System error, string message, System innerException )
error System
message string
innerException System

WebSocketException() public method

public WebSocketException ( int nativeError )
nativeError int

WebSocketException() public method

public WebSocketException ( int nativeError, System innerException )
nativeError int
innerException System

WebSocketException() public method

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

WebSocketException() public method

public WebSocketException ( string message )
message string

WebSocketException() public method

public WebSocketException ( string message, System innerException )
message string
innerException System