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
Показать файл Открыть проект

Открытые методы

Метод Описание
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