C# Class WebStreams.Client.WebStreamException

A WebStream exception.
Inheritance: Exception
显示文件 Open project: WebStreams/WebStreams.Client Class Usage Examples

Public Methods

Method Description
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.

Method Details

WebStreamException() public method

Initializes a new instance of the WebStreamException class.
public WebStreamException ( ) : System
return System

WebStreamException() public method

Initializes a new instance of the WebStreamException class.
public WebStreamException ( string message ) : System
message string /// The message. ///
return System

WebStreamException() public method

Initializes a new instance of the WebStreamException class.
public WebStreamException ( string message, Exception innerException ) : System
message string /// The message. ///
innerException Exception /// The inner exception. ///
return System