PropertyConstraintException Constructor

 

Initializes a new instance of the PropertyConstraintException class.

Namespace:   System.Data.Entity.Core
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodPropertyConstraintException()

Initializes a new instance of the PropertyConstraintException class.

System_CAPS_pubmethodPropertyConstraintException(String)

Initializes a new instance of the PropertyConstraintException class.

System_CAPS_pubmethodPropertyConstraintException(String, Exception)

Initializes a new instance of the PropertyConstraintException class with supplied message and inner exception

System_CAPS_pubmethodPropertyConstraintException(String, String)

Initializes a new instance of the PropertyConstraintException class.

System_CAPS_pubmethodPropertyConstraintException(String, String, Exception)

Initializes a new instance of the PropertyConstraintException class.


PropertyConstraintException Constructor ()

Initializes a new instance of the PropertyConstraintException class.

public PropertyConstraintException()

PropertyConstraintException Constructor (String)

Initializes a new instance of the PropertyConstraintException class.

public PropertyConstraintException(
	string message
)

Parameters

message
Type: System.String

The localized error message.


PropertyConstraintException Constructor (String, Exception)

Initializes a new instance of the PropertyConstraintException class with supplied message and inner exception

public PropertyConstraintException(
	string message,
	Exception innerException
)

Parameters

message
Type: System.String

The localized error message.

innerException
Type: System.Exception

The inner exception.


PropertyConstraintException Constructor (String, String)

Initializes a new instance of the PropertyConstraintException class.

public PropertyConstraintException(
	string message,
	string propertyName
)

Parameters

message
Type: System.String

The localized error message.

propertyName
Type: System.String

The property name.


PropertyConstraintException Constructor (String, String, Exception)

Initializes a new instance of the PropertyConstraintException class.

public PropertyConstraintException(
	string message,
	string propertyName,
	Exception innerException
)

Parameters

message
Type: System.String

The localized error message.

propertyName
Type: System.String

The property name.

innerException
Type: System.Exception

The inner exception.