C# Class Google.GData.Client.GDataVersionConflictException

exception class is thrown when you tried to modified/update a resource and the server detected a version conflict.
Inheritance: GDataRequestException
Show file Open project: moljac/MonoMobile.Google.GData Class Usage Examples

Public Methods

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

constructs a version conflict exeception

Method Details

GDataVersionConflictException() public method

constructs a version conflict exeception
public GDataVersionConflictException ( 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