 | LocalDbException Constructor (String, Exception) |
Namespace:
usis.Data.LocalDb
Assembly:
usis.Data.LocalDb (in usis.Data.LocalDb.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic LocalDbException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
LocalDbException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> LocalDbExceptionParameters
- message
- Type: SystemString
A detailed description of the error. - innerException
- Type: SystemException
A reference to the inner exception that is the cause of this exception.
See Also