C# Class Google.GData.Client.GDataRedirectException

exception class thrown when we encounter a redirect (302 and 307) when accessing a server
Inheritance: GDataRequestException
Exibir arquivo Open project: moljac/MonoMobile.Google.GData Class Usage Examples

Public Methods

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

constructs a redirect execption

Method Details

GDataRedirectException() public method

constructs a redirect execption
public GDataRedirectException ( 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