ScrapeException Constructor (SerializationInfo, StreamingContext) |
Initializes a new instance of the
ScrapeException class with serialized data.
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax protected ScrapeException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
ScrapeException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> ScrapeException
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The object that holds the serialized object data. - context
- Type: System.Runtime.SerializationStreamingContext
The contextual information about the source or destination.
See Also