exception class thrown when we encounter a not-modified response (HttpStatusCode.NotModified) when accessing a server

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

Syntax

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

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

Inheritance Hierarchy

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

See Also