WrongPropertyValueException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| WrongPropertyValueException() |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException. |
| WrongPropertyValueException(Property) |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException. |
| WrongPropertyValueException(String) |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException. |
| WrongPropertyValueException(String, Exception) |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException. |
WrongPropertyValueException()
Costruttore per il T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.
public WrongPropertyValueException();
Public Sub New ()
Si applica a
WrongPropertyValueException(Property)
Costruttore per il 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)
Parametri
- propertyObject
- Property
Proprietà il cui valore non è corretto come specificato.
Si applica a
WrongPropertyValueException(String)
Costruttore per il 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)
Parametri
- message
- String
Messaggio dell'eccezione come strng.
Si applica a
WrongPropertyValueException(String, Exception)
Costruttore per il 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)
Parametri
- message
- String
Messaggio dell'eccezione come stringa.
- innerException
- Exception
Istanza T:System.Exception che ha causato l'eccezione corrente.