UnknownPropertyException 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 |
|---|---|
| UnknownPropertyException() |
Construtor do T:Microsoft. SqlServer.Management.Smo.UnknownPropertyException. |
| UnknownPropertyException(String) |
Construtor do T:Microsoft. SqlServer.Management.Smo.UnknownPropertyException. |
| UnknownPropertyException(String, Exception) |
Construtor do T:Microsoft. SqlServer.Management.Smo.UnknownPropertyException. |
UnknownPropertyException()
Construtor do T:Microsoft. SqlServer.Management.Smo.UnknownPropertyException.
public UnknownPropertyException();
Public Sub New ()
Aplica-se a
UnknownPropertyException(String)
Construtor do T:Microsoft. SqlServer.Management.Smo.UnknownPropertyException.
public UnknownPropertyException(string propertyName);
new Microsoft.SqlServer.Management.Smo.UnknownPropertyException : string -> Microsoft.SqlServer.Management.Smo.UnknownPropertyException
Public Sub New (propertyName As String)
Parâmetros
- propertyName
- String
O nome da propriedade desconhecida.
Aplica-se a
UnknownPropertyException(String, Exception)
Construtor do T:Microsoft. SqlServer.Management.Smo.UnknownPropertyException.
public UnknownPropertyException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.UnknownPropertyException : string * Exception -> Microsoft.SqlServer.Management.Smo.UnknownPropertyException
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.