C# 클래스 D2L.Extensibility.AuthSdk.D2LWebException

Provides a wrapper around a WebException to simplify getting the result from it
파일 보기 프로젝트 열기: Brightspace/valence-sdk-dotnet 1 사용 예제들

공개 메소드들

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