WrongPropertyValueException 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 |
|---|---|
| WrongPropertyValueException() |
Construtor do T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException. |
| WrongPropertyValueException(Property) |
Construtor do T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException. |
| WrongPropertyValueException(String) |
Construtor do T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException. |
| WrongPropertyValueException(String, Exception) |
Construtor do T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException. |
WrongPropertyValueException()
Construtor do T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.
public WrongPropertyValueException();
Public Sub New ()
Aplica-se a
WrongPropertyValueException(Property)
Construtor do T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.
public WrongPropertyValueException(Microsoft.SqlServer.Management.Smo.Property propertyObject);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : Microsoft.SqlServer.Management.Smo.Property -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (propertyObject As Property)
Parâmetros
- propertyObject
- Property
A propriedade cujo valor está incorreto conforme fornecido.
Aplica-se a
WrongPropertyValueException(String)
Construtor do T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.
public WrongPropertyValueException(string message);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : string -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (message As String)
Parâmetros
- message
- String
A mensagem da exceção como strng.
Aplica-se a
WrongPropertyValueException(String, Exception)
Construtor do T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.
public WrongPropertyValueException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : string * Exception -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
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.