PropertyNotAvailableException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| PropertyNotAvailableException() | |
| PropertyNotAvailableException(String) | |
| PropertyNotAvailableException(String, Exception) |
PropertyNotAvailableException()
public PropertyNotAvailableException();
Public Sub New ()
Se aplica a
PropertyNotAvailableException(String)
public PropertyNotAvailableException(string message);
new Microsoft.SqlServer.Management.Common.PropertyNotAvailableException : string -> Microsoft.SqlServer.Management.Common.PropertyNotAvailableException
Public Sub New (message As String)
Parámetros
- message
- String
Se aplica a
PropertyNotAvailableException(String, Exception)
public PropertyNotAvailableException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Common.PropertyNotAvailableException : string * Exception -> Microsoft.SqlServer.Management.Common.PropertyNotAvailableException
Public Sub New (message As String, innerException As Exception)
Parámetros
- message
- String
- innerException
- Exception