DekGenius.com
[ Team LiB ] Previous Section Next Section

CookieExceptionserializable

System.Net (system.dll)class

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.SerializationInfo serializationInfo,
       System.Runtime.Serialization.StreamingContext streamingContext);
}

Hierarchy

System.Object System.Exception(System.Runtime.Serialization.ISerializable) System.SystemException System.FormatException CookieException

    [ Team LiB ] Previous Section Next Section