C# Класс System.Net.WebSockets.WebSocketException

Наследование: Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 )

Приватные методы

Метод Описание
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

Описание методов

GetObjectData() публичный Метод

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
Результат void

GetObjectData() публичный Метод

public GetObjectData ( System info, System context ) : void
info System
context System
Результат void

WebSocketException() публичный Метод

public WebSocketException ( )

WebSocketException() публичный Метод

public WebSocketException ( System error )
error System

WebSocketException() публичный Метод

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

WebSocketException() публичный Метод

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

WebSocketException() публичный Метод

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

WebSocketException() публичный Метод

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

WebSocketException() публичный Метод

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

WebSocketException() публичный Метод

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

WebSocketException() публичный Метод

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

WebSocketException() публичный Метод

public WebSocketException ( int nativeError )
nativeError int

WebSocketException() публичный Метод

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

WebSocketException() публичный Метод

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

WebSocketException() публичный Метод

public WebSocketException ( string message )
message string

WebSocketException() публичный Метод

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