System.Net.CookieException
namespace System.Net
{
public class CookieException : FormatException, ISerializable
{
public CookieException();
protected CookieException(SerializationInfo serializationInfo, StreamingContext streamingContext);
}
}