C# Класс D2L.Extensibility.AuthSdk.D2LWebException

Provides a wrapper around a WebException to simplify getting the result from it
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
D2LWebException ( WebException ex ) : System.IO

Constructs a D2LWebException and if possible reads the HttpStatusCode and message body of the response from the Exception

Описание методов

D2LWebException() публичный Метод

Constructs a D2LWebException and if possible reads the HttpStatusCode and message body of the response from the Exception
public D2LWebException ( WebException ex ) : System.IO
ex System.Net.WebException The WebException to attempt to read the HttpStatusCode and message body from
Результат System.IO