C# Class WebStreams.Client.WebStreamException

A WebStream exception.
Inheritance: Exception
Afficher le fichier Open project: WebStreams/WebStreams.Client Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the WebStreamException class.
public WebStreamException ( ) : System
Résultat System

WebStreamException() public méthode

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

WebStreamException() public méthode

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