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() | |
| PropertyNotSetException(String) | |
| PropertyNotSetException(String, Exception) |
PropertyNotSetException()
public PropertyNotSetException();
Public Sub New ()
Si applica a
PropertyNotSetException(String)
public PropertyNotSetException(string message);
new Microsoft.SqlServer.Management.Common.PropertyNotSetException : string -> Microsoft.SqlServer.Management.Common.PropertyNotSetException
Public Sub New (message As String)
Parametri
- message
- String
Si applica a
PropertyNotSetException(String, Exception)
public PropertyNotSetException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Common.PropertyNotSetException : string * Exception -> Microsoft.SqlServer.Management.Common.PropertyNotSetException
Public Sub New (message As String, innerException As Exception)
Parametri
- message
- String
- innerException
- Exception