Click or drag to resize

LocalDbException Constructor (String)

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
public LocalDbException(
	string message
)

Parameters

message
Type: SystemString
A detailed description of the error.
See Also