C# Class Google.GData.Client.GDataNotModifiedException

exception class thrown when we encounter a not-modified response (HttpStatusCode.NotModified) when accessing a server
Inheritance: GDataRequestException
Show file Open project: moljac/MonoMobile.Google.GData Class Usage Examples

Public Methods

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

constructs a not modified exception

Method Details

GDataNotModifiedException() public method

constructs a not modified exception
public GDataNotModifiedException ( 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