NonConfigurableReadOnlyPropertyException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| NonConfigurableReadOnlyPropertyException() |
Konstruktor |
| NonConfigurableReadOnlyPropertyException(String) |
Konstruktor |
| NonConfigurableReadOnlyPropertyException(String, Exception) |
Basiskonstruktor |
| NonConfigurableReadOnlyPropertyException(String, String, Exception) |
Basiskonstruktor mit zusätzlichem Eigenschaftsnamen |
NonConfigurableReadOnlyPropertyException()
Konstruktor
public NonConfigurableReadOnlyPropertyException();
Public Sub New ()
Gilt für:
NonConfigurableReadOnlyPropertyException(String)
Konstruktor
public NonConfigurableReadOnlyPropertyException(string propertyName);
new Microsoft.SqlServer.Management.Dmf.NonConfigurableReadOnlyPropertyException : string -> Microsoft.SqlServer.Management.Dmf.NonConfigurableReadOnlyPropertyException
Public Sub New (propertyName As String)
Parameter
- propertyName
- String
Gilt für:
NonConfigurableReadOnlyPropertyException(String, Exception)
Basiskonstruktor
public NonConfigurableReadOnlyPropertyException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.NonConfigurableReadOnlyPropertyException : string * Exception -> Microsoft.SqlServer.Management.Dmf.NonConfigurableReadOnlyPropertyException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception
Gilt für:
NonConfigurableReadOnlyPropertyException(String, String, Exception)
Basiskonstruktor mit zusätzlichem Eigenschaftsnamen
public NonConfigurableReadOnlyPropertyException(string message, string propertyName, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.NonConfigurableReadOnlyPropertyException : string * string * Exception -> Microsoft.SqlServer.Management.Dmf.NonConfigurableReadOnlyPropertyException
Public Sub New (message As String, propertyName As String, innerException As Exception)
Parameter
- message
- String
- propertyName
- String
- innerException
- Exception