InvalidCookieException Constructor (String)
Initializes a new instance of the InvalidCookieException class with the specified message.
Namespace: Microsoft.UpdateServices.ClientServicing
Assembly: Microsoft.UpdateServices.ClientServicing (in microsoft.updateservices.clientservicing.dll)
Usage
Dim message As String
Dim instance As New InvalidCookieException(message)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public InvalidCookieException (
string message
)
public:
InvalidCookieException (
String^ message
)
public InvalidCookieException (
String message
)
public function InvalidCookieException (
message : String
)
Parameters
- message
The explanation for the exception.
Platforms
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2
See Also
Reference
InvalidCookieException Class
InvalidCookieException Members
Microsoft.UpdateServices.ClientServicing Namespace