InvalidCookieException Class

Thrown when an invalid MetadataStateCookie is passed into Client Servicing API methods.

Namespace: Microsoft.UpdateServices.ClientServicing
Assembly: Microsoft.UpdateServices.ClientServicing (in Microsoft.UpdateServices.ClientServicing.dll)

Usage

Syntax

'Declaration
<SerializableAttribute> _
<ObsoleteAttribute("This class is obsolete and will be removed in future versions.")> _
Public Class InvalidCookieException
    Inherits InvalidOperationException
[SerializableAttribute] 
[ObsoleteAttribute("This class is obsolete and will be removed in future versions.")] 
public class InvalidCookieException : InvalidOperationException
[SerializableAttribute] 
[ObsoleteAttribute(L"This class is obsolete and will be removed in future versions.")] 
public ref class InvalidCookieException : public InvalidOperationException
/** @attribute SerializableAttribute() */ 
/** @attribute ObsoleteAttribute("This class is obsolete and will be removed in future versions.") */ 
public class InvalidCookieException extends InvalidOperationException
SerializableAttribute 
ObsoleteAttribute("This class is obsolete and will be removed in future versions.") 
public class InvalidCookieException extends InvalidOperationException

Inheritance Hierarchy

System.Object
   System.Exception
     System.SystemException
       System.InvalidOperationException
        Microsoft.UpdateServices.ClientServicing.InvalidCookieException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2

See Also

Reference

InvalidCookieException Members
Microsoft.UpdateServices.ClientServicing Namespace