DBConcurrencyException Constructor (String^, Exception^, array<DataRow^>^)
.NET Framework (current version)
Initializes a new instance of the DBConcurrencyException class.
Assembly: System.Data (in System.Data.dll)
public: DBConcurrencyException( String^ message, Exception^ inner, array<DataRow^>^ dataRows )
Parameters
- message
-
Type:
System::String^
The error message that explains the reason for this exception.
- inner
-
Type:
System::Exception^
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
- dataRows
-
Type:
array<System.Data::DataRow^>^
An array containing the DataRow objects whose update failure generated this exception.
.NET Framework
Available since 2.0
Available since 2.0
Show: