Compartir a través de


PropertyNotAvailableException Constructor (String, Exception)

Initializes a new instance of the PropertyNotAvailableException class with the specified message text and inner exception.

Espacio de nombres: Microsoft.SqlServer.Management.Common
Ensamblado: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public PropertyNotAvailableException (
    string message,
    Exception innerException
)
public:
PropertyNotAvailableException (
    String^ message, 
    Exception^ innerException
)
public PropertyNotAvailableException (
    String message, 
    Exception innerException
)
public function PropertyNotAvailableException (
    message : String, 
    innerException : Exception
)

Parámetros

  • message
    A String value that specifies the message text that describes the event that caused the exception.
  • innerException
    An Exception object that contains the inner exception. This is used for situations when one exception causes another exception to be raised.

Notas

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

PropertyNotAvailableException Class
PropertyNotAvailableException Members
Microsoft.SqlServer.Management.Common Namespace