ISurrogateSelector::GetNextSelector Method ()
.NET Framework (current version)
Returns the next surrogate selector in the chain.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Runtime.Serialization::ISurrogateSelector^The next surrogate selector in the chain or null.
| 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: