BootstrapContext Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Initializes a new instance of the BootstrapContext class from a stream.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
The serialized data.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The context for serialization.
| Exception | Condition |
|---|---|
| ArgumentNullException | info is null. |
.NET Framework
Available since 4.5
Available since 4.5
Show: