C# 클래스 WebStreams.Client.WebStreamException

A WebStream exception.
상속: Exception
파일 보기 프로젝트 열기: WebStreams/WebStreams.Client 1 사용 예제들

공개 메소드들

메소드 설명
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