C# 클래스 Google.GData.Client.GDataForbiddenException

exception class thrown when we encounter an access denied (HttpSTatusCode.Forbidden) when accessing a server
상속: GDataRequestException
파일 보기 프로젝트 열기: moljac/MonoMobile.Google.GData 1 사용 예제들

공개 메소드들

메소드 설명
GDataForbiddenException ( string msg, WebResponse response ) : System

constructs a forbidden exception

메소드 상세

GDataForbiddenException() 공개 메소드

constructs a forbidden exception
public GDataForbiddenException ( string msg, WebResponse response ) : System
msg string the exception message as a string
response System.Net.WebResponse the webresponse object that caused the exception
리턴 System