C# Класс Google.GData.Client.GDataVersionConflictException

exception class is thrown when you tried to modified/update a resource and the server detected a version conflict.
Наследование: GDataRequestException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GDataVersionConflictException ( string msg, WebResponse response ) : System

constructs a version conflict exeception

Описание методов

GDataVersionConflictException() публичный Метод

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
Результат System