PropertyReadOnlyException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| PropertyReadOnlyException() |
Construtor do T:Microsoft. SqlServer.Management.Smo.PropertyReadOnlyException. |
| PropertyReadOnlyException(String) |
Construtor do T:Microsoft. SqlServer.Management.Smo.PropertyReadOnlyException. |
| PropertyReadOnlyException(String, Exception) |
Construtor do T:Microsoft. SqlServer.Management.Smo.PropertyReadOnlyException. |
PropertyReadOnlyException()
Construtor do T:Microsoft. SqlServer.Management.Smo.PropertyReadOnlyException.
public PropertyReadOnlyException();
Public Sub New ()
Aplica-se a
PropertyReadOnlyException(String)
Construtor do T:Microsoft. SqlServer.Management.Smo.PropertyReadOnlyException.
public PropertyReadOnlyException(string propertyName);
new Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException : string -> Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException
Public Sub New (propertyName As String)
Parâmetros
- propertyName
- String
O nome da propriedade somente leitura.
Aplica-se a
PropertyReadOnlyException(String, Exception)
Construtor do T:Microsoft. SqlServer.Management.Smo.PropertyReadOnlyException.
public PropertyReadOnlyException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException : string * Exception -> Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException
Public Sub New (message As String, innerException As Exception)
Parâmetros
- message
- String
A mensagem da exceção como cadeia de caracteres.
- innerException
- Exception
A instância T:System.Exception que causou a exceção atual.