ConstraintException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the ConstraintException class using the specified string and inner exception.
Assembly: System.Data (in System.Data.dll)
Parameters
- message
-
Type:
System::String^
The string to display when the exception is thrown.
- innerException
-
Type:
System::Exception^
Gets the Exception instance that caused the current exception.
.NET Framework
Available since 2.0
Available since 2.0
Show: