August 2003
Intermediate to advanced
928 pages
32h 1m
English
CookieException
This exception signals an error encountered during a cookie-related operation.
public class CookieException : FormatException { // Public Constructors public CookieException( ); // Protected Constructors protected CookieException(System.Runtime.Serialization.SerializationInfoserializationInfo, System.Runtime.Serialization.StreamingContextstreamingContext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
System.FormatException
→
CookieException