C# Class Streamio.StreamioException

Inheritance: System.Exception
ファイルを表示 Open project: streamio/streamio-cs

Public Properties

Property Type Description
Response IRestResponse

Public Methods

Method Description
StreamioException ( IRestResponse response ) : System

Method Details

StreamioException() public method

public StreamioException ( IRestResponse response ) : System
response IRestResponse
return System

Property Details

Response public_oe property

public IRestResponse Response
return IRestResponse