TypedDataSetGeneratorException Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Initializes a new instance of the TypedDataSetGeneratorException class using the specified serialization information and streaming context.
Assembly: System.Data (in System.Data.dll)
protected:
TypedDataSetGeneratorException(
SerializationInfo^ info,
StreamingContext context
)
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
A SerializationInfo object.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
A StreamingContext structure.
The TypedDataSetGeneratorException class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
.NET Framework
Available since 1.1
Available since 1.1
Show: