Click or drag to resize

LocalDbException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the LocalDbException class.

Namespace:  usis.Data.LocalDb
Assembly:  usis.Data.LocalDb (in usis.Data.LocalDb.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected LocalDbException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo associated with this exception.
context
Type: System.Runtime.SerializationStreamingContext
A StreamingContext that represents the context of this exception.
See Also