PropertyCannotBeRetrievedException 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 |
|---|---|
| PropertyCannotBeRetrievedException() |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyCannotBeRetrievedException. |
| PropertyCannotBeRetrievedException(String) |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyCannotBeRetrievedException. |
| PropertyCannotBeRetrievedException(String, Exception) |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyCannotBeRetrievedException. |
| PropertyCannotBeRetrievedException(String, Object) |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyCannotBeRetrievedException. |
PropertyCannotBeRetrievedException()
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyCannotBeRetrievedException.
public PropertyCannotBeRetrievedException();
Public Sub New ()
Si applica a
PropertyCannotBeRetrievedException(String)
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyCannotBeRetrievedException.
public PropertyCannotBeRetrievedException(string message);
new Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException : string -> Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException
Public Sub New (message As String)
Parametri
- message
- String
Messaggio dell'eccezione come stringa.
Si applica a
PropertyCannotBeRetrievedException(String, Exception)
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyCannotBeRetrievedException.
public PropertyCannotBeRetrievedException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException : string * Exception -> Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException
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.
Si applica a
PropertyCannotBeRetrievedException(String, Object)
Costruttore per il T:Microsoft. SqlServer.Management.Smo.PropertyCannotBeRetrievedException.
public PropertyCannotBeRetrievedException(string propertyName, object failedObject);
new Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException : string * obj -> Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException
Public Sub New (propertyName As String, failedObject As Object)
Parametri
- propertyName
- String
Nome della proprietà non ritentabile come stringa.
- failedObject
- Object
Oggetto non riuscito come T:System.Object.