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
파일 보기 프로젝트 열기: moljac/MonoMobile.Google.GData 1 사용 예제들

공개 메소드들

메소드 설명
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