NotFoundException Constructor (SerializationInfo, StreamingContext) |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.7.1
Syntax protected NotFoundException(
SerializationInfo serializationInfo,
StreamingContext streamingContext
)
Protected Sub New (
serializationInfo As SerializationInfo,
streamingContext As StreamingContext
)
protected:
NotFoundException(
SerializationInfo^ serializationInfo,
StreamingContext streamingContext
)
new :
serializationInfo : SerializationInfo *
streamingContext : StreamingContext -> NotFoundException
Parameters
- serializationInfo
- Type: System.Runtime.SerializationSerializationInfo
The object that holds the serialized object data. - streamingContext
- Type: System.Runtime.SerializationStreamingContext
The contextual information about the source or destination.
See Also