exception class is thrown when you tried to modified/update a resource and the server detected a version conflict.

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public class GDataVersionConflictException : GDataRequestException
Visual Basic (Declaration)
Public Class GDataVersionConflictException _

	Inherits GDataRequestException
Visual C++
public ref class GDataVersionConflictException : public GDataRequestException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Google.GData.Client..::.LoggedException
      Google.GData.Client..::.GDataRequestException
        Google.GData.Client..::.GDataVersionConflictException

See Also