SurrogateSelector.ChainSelector Method
.NET Framework 4
Adds the specified ISurrogateSelector that can handle a particular object type to the list of surrogates.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- selector
- Type: System.Runtime.Serialization.ISurrogateSelector
The surrogate selector to add.
Implements
ISurrogateSelector.ChainSelector(ISurrogateSelector)| Exception | Condition |
|---|---|
| ArgumentNullException | The selector parameter is null. |
| SerializationException | The selector is already on the list of selectors. |
| SecurityException | The caller does not have the required permission. |
- SecurityPermission
for providing serialization services. Associated enumeration: SecurityPermissionFlag.SerializationFormatter.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.