Edit

Share via


CookieException Constructors

Definition

Initializes a new instance of the CookieException class.

Overloads

CookieException()

Initializes a new instance of the CookieException class.

CookieException(String)
CookieException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of the CookieException class with specific values of serializationInfo and streamingContext.

CookieException(String, Exception)

CookieException()

Source:
CookieException.cs
Source:
CookieException.cs
Source:
CookieException.cs

Initializes a new instance of the CookieException class.

C#
public CookieException();

Remarks

The parameterless constructor for CookieException.

See also

Applies to

.NET 10 and other versions
Product Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.0, 1.1, 1.2, 1.3, 1.4, 1.6, 2.0, 2.1
UWP 10.0

CookieException(String)

C#
public CookieException(string? message);

Parameters

message
String

Applies to

.NET 10
Product Versions
.NET 10

CookieException(SerializationInfo, StreamingContext)

Source:
CookieException.cs
Source:
CookieException.cs
Source:
CookieException.cs

Caution

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Initializes a new instance of the CookieException class with specific values of serializationInfo and streamingContext.

C#
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
C#
protected CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);

Parameters

serializationInfo
SerializationInfo

The SerializationInfo to be used.

streamingContext
StreamingContext

The StreamingContext to be used.

Attributes

Remarks

Allows you to set up custom serialization.

See also

Applies to

.NET 10 and other versions
Product Versions (Obsolete)
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7 (8, 9, 10)
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

CookieException(String, Exception)

C#
public CookieException(string? message, Exception? innerException);

Parameters

message
String
innerException
Exception

Applies to

.NET 10
Product Versions
.NET 10