C# Class Google.GData.Client.GDataForbiddenException

exception class thrown when we encounter an access denied (HttpSTatusCode.Forbidden) when accessing a server
Inheritance: GDataRequestException
Show file Open project: moljac/MonoMobile.Google.GData Class Usage Examples

Public Methods

Method Description
GDataForbiddenException ( string msg, WebResponse response ) : System

constructs a forbidden exception

Method Details

GDataForbiddenException() public method

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
return System