C# 클래스 FluentSpotifyApi.Core.Exceptions.SpotifyHttpRequestException

The exception that shields any exception thrown by System.Net.Http.HttpClient.SendAsync(System.Net.Http.HttpRequestMessage, System.Threading.CancellationToken) or during processing of the response stream. The inner exception always contains the original exception.
상속: FluentSpotifyApi.Core.Exceptions.SpotifyServiceException
파일 보기 프로젝트 열기: dotnetfan/FluentSpotifyApi

공개 메소드들

메소드 설명
SpotifyHttpRequestException ( Type clientType, HttpRequestException innerException ) : System

Initializes a new instance of the SpotifyHttpRequestException class.

메소드 상세

SpotifyHttpRequestException() 공개 메소드

Initializes a new instance of the SpotifyHttpRequestException class.
public SpotifyHttpRequestException ( Type clientType, HttpRequestException innerException ) : System
clientType Type The client type.
innerException HttpRequestException /// The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. ///
리턴 System