PropertyConstraintException Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de PropertyConstraintException klasse.
Overloads
| Name | Description |
|---|---|
| PropertyConstraintException() |
Initialiseert een nieuw exemplaar van de PropertyConstraintException klasse met standaardbericht. |
| PropertyConstraintException(String) |
Initialiseert een nieuw exemplaar van de PropertyConstraintException klasse met het opgegeven bericht. |
| PropertyConstraintException(String, Exception) |
Initialiseert een nieuw exemplaar van de PropertyConstraintException klasse met opgegeven bericht en interne uitzondering. |
| PropertyConstraintException(String, String) |
Initialiseert een nieuw exemplaar van de PropertyConstraintException klasse. |
| PropertyConstraintException(String, String, Exception) |
Initialiseert een nieuw exemplaar van de PropertyConstraintException klasse. |
PropertyConstraintException()
Initialiseert een nieuw exemplaar van de PropertyConstraintException klasse met standaardbericht.
public:
PropertyConstraintException();
public PropertyConstraintException();
Public Sub New ()
Van toepassing op
PropertyConstraintException(String)
Initialiseert een nieuw exemplaar van de PropertyConstraintException klasse met het opgegeven bericht.
public:
PropertyConstraintException(System::String ^ message);
public PropertyConstraintException(string message);
new System.Data.PropertyConstraintException : string -> System.Data.PropertyConstraintException
Public Sub New (message As String)
Parameters
- message
- String
Een gelokaliseerd foutbericht.
Van toepassing op
PropertyConstraintException(String, Exception)
Initialiseert een nieuw exemplaar van de PropertyConstraintException klasse met opgegeven bericht en interne uitzondering.
public:
PropertyConstraintException(System::String ^ message, Exception ^ innerException);
public PropertyConstraintException(string message, Exception innerException);
new System.Data.PropertyConstraintException : string * Exception -> System.Data.PropertyConstraintException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
Een gelokaliseerd foutbericht.
- innerException
- Exception
De binnenste uitzondering.
Van toepassing op
PropertyConstraintException(String, String)
Initialiseert een nieuw exemplaar van de PropertyConstraintException klasse.
public:
PropertyConstraintException(System::String ^ message, System::String ^ propertyName);
public PropertyConstraintException(string message, string propertyName);
new System.Data.PropertyConstraintException : string * string -> System.Data.PropertyConstraintException
Public Sub New (message As String, propertyName As String)
Parameters
- message
- String
Een gelokaliseerd foutbericht.
- propertyName
- String
De naam van de eigenschap.
Van toepassing op
PropertyConstraintException(String, String, Exception)
Initialiseert een nieuw exemplaar van de PropertyConstraintException klasse.
public:
PropertyConstraintException(System::String ^ message, System::String ^ propertyName, Exception ^ innerException);
public PropertyConstraintException(string message, string propertyName, Exception innerException);
new System.Data.PropertyConstraintException : string * string * Exception -> System.Data.PropertyConstraintException
Public Sub New (message As String, propertyName As String, innerException As Exception)
Parameters
- message
- String
Een gelokaliseerd foutbericht.
- propertyName
- String
De naam van de eigenschap.
- innerException
- Exception
De binnenste uitzondering.