PropertyConstraintException Constructor (String^, String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the PropertyConstraintException class.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public:
PropertyConstraintException(
String^ message,
String^ propertyName,
Exception^ innerException
)
Parameters
- message
-
Type:
System::String^
A localized error message.
- propertyName
-
Type:
System::String^
The name of the property.
- innerException
-
Type:
System::Exception^
The inner exception.
.NET Framework
Available since 4.5
Available since 4.5
Show: