C# Класс WebStreams.Client.WebStreamException

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

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

Метод Описание
WebStreamException ( ) : System

Initializes a new instance of the WebStreamException class.

WebStreamException ( string message ) : System

Initializes a new instance of the WebStreamException class.

WebStreamException ( string message, Exception innerException ) : System

Initializes a new instance of the WebStreamException class.

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

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

Initializes a new instance of the WebStreamException class.
public WebStreamException ( ) : System
Результат System

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

Initializes a new instance of the WebStreamException class.
public WebStreamException ( string message ) : System
message string /// The message. ///
Результат System

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

Initializes a new instance of the WebStreamException class.
public WebStreamException ( string message, Exception innerException ) : System
message string /// The message. ///
innerException Exception /// The inner exception. ///
Результат System