CookieException Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Initializes a new instance of the CookieException class with specific values of serializationInfo and streamingContext.
Assembly: System (in System.dll)
protected:
CookieException(
SerializationInfo^ serializationInfo,
StreamingContext streamingContext
)
Parameters
- serializationInfo
-
Type:
System.Runtime.Serialization::SerializationInfo^
The SerializationInfo to be used.
- streamingContext
-
Type:
System.Runtime.Serialization::StreamingContext
The StreamingContext to be used.
Allows you to set up custom serialization.
.NET Framework
Available since 1.1
Available since 1.1
Show: