PropertyNotSetException 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 |
|---|---|
| PropertyNotSetException() |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyNotSetException. |
| PropertyNotSetException(String) |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyNotSetException. |
| PropertyNotSetException(String, Exception) |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyNotSetException. |
PropertyNotSetException()
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyNotSetException.
public PropertyNotSetException();
Public Sub New ()
Si applica a
PropertyNotSetException(String)
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyNotSetException.
public PropertyNotSetException(string propertyName);
new Microsoft.SqlServer.Management.Smo.PropertyNotSetException : string -> Microsoft.SqlServer.Management.Smo.PropertyNotSetException
Public Sub New (propertyName As String)
Parametri
- propertyName
- String
Nome della proprietà che non è stata impostata come stringa.
Si applica a
PropertyNotSetException(String, Exception)
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyNotSetException.
public PropertyNotSetException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.PropertyNotSetException : string * Exception -> Microsoft.SqlServer.Management.Smo.PropertyNotSetException
Public Sub New (message As String, innerException As Exception)
Parametri
- message
- String
Messaggio di eccezione come stringa.
- innerException
- Exception
Istanza T:System.Exception che ha causato l'eccezione corrente.