C# Класс System.Net.HttpListenerException

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

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

Метод Описание
HttpListenerException ( ) : System.ComponentModel
HttpListenerException ( int errorCode ) : System.ComponentModel
HttpListenerException ( int errorCode, string message ) : System.ComponentModel

Защищенные методы

Метод Описание
HttpListenerException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel

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

HttpListenerException() публичный метод

public HttpListenerException ( ) : System.ComponentModel
Результат System.ComponentModel

HttpListenerException() защищенный метод

protected HttpListenerException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Результат System.ComponentModel

HttpListenerException() публичный метод

public HttpListenerException ( int errorCode ) : System.ComponentModel
errorCode int
Результат System.ComponentModel

HttpListenerException() публичный метод

public HttpListenerException ( int errorCode, string message ) : System.ComponentModel
errorCode int
message string
Результат System.ComponentModel