ISurrogateSelector::ChainSelector Method (ISurrogateSelector^)

 

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.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

[SecurityCriticalAttribute]
void ChainSelector(
	ISurrogateSelector^ selector
)

Parameters

selector
Type: System.Runtime.Serialization::ISurrogateSelector^

The next surrogate selector to examine.

Exception Condition
SecurityException

The caller does not have the required permission.

.NET Framework
Available since 1.1
Return to top
Show: