DBConcurrencyException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the DBConcurrencyException class.
Assembly: System.Data (in System.Data.dll)
Parameters
- message
-
Type:
System::String^
The text string describing the details of the exception.
- inner
-
Type:
System::Exception^
A reference to an inner exception.
You can create a new exception that catches an earlier exception. The code that handles the second exception can use the additional information from the earlier exception, also called an inner exception, to examine the cause of the initial error.
.NET Framework
Available since 1.1
Available since 1.1
Show: