Sprache

NonConfigurableReadOnlyPropertyException Konstruktoren

Definition

Überlädt

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

Gilt für: