Compartir a través de


InternalSmoErrorException Constructor (String)

Initializes a new instance of the InternalSmoErrorException class with the specified message.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String _
)
'Uso
Dim message As String 

Dim instance As New InternalSmoErrorException(message)
public InternalSmoErrorException(
    string message
)
public:
InternalSmoErrorException(
    String^ message
)
new : 
        message:string -> InternalSmoErrorException
public function InternalSmoErrorException(
    message : String
)

Parámetros

  • message
    Tipo: System.String
    A String value that specifies the message string for the Internal SMO Error exception.

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

InternalSmoErrorException Clase

Sobrecarga de InternalSmoErrorException

Espacio de nombres Microsoft.SqlServer.Management.Smo