Instantiates a new UnsupportedFunctionalityException using the supplied serialization info
Namespace:
Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
protected UnsupportedFunctionalityException( SerializationInfo serialInfo, StreamingContext streamContext ) |
| Visual Basic (Declaration) |
|---|
Protected Sub New ( _ serialInfo As SerializationInfo, _ streamContext As StreamingContext _ ) |
| Visual C++ |
|---|
protected: UnsupportedFunctionalityException( SerializationInfo^ serialInfo, StreamingContext streamContext ) |
Parameters
- serialInfo
- Type: System.Runtime.Serialization..::.SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
- streamContext
- Type: System.Runtime.Serialization..::.StreamingContext
The StreamingContext that contains contextual information about the source or destination.