ISurrogateSelector::ChainSelector Method (ISurrogateSelector^)
.NET Framework (current version)
Specifies the next ISurrogateSelector for surrogates to examine if the current instance does not have a surrogate for the specified type and assembly in the specified context.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- selector
-
Type:
System.Runtime.Serialization::ISurrogateSelector^
The next surrogate selector to examine.
| Exception | Condition |
|---|---|
| SecurityException | The caller does not have the required permission. |
This method is protected by a SecurityAction::LinkDemand for the SecurityPermission with the SecurityPermissionFlag::SerializationFormatter specified.
.NET Framework
Available since 1.1
Available since 1.1
Show: