Compartir a través de


BadEventDataException Constructor (String)

Initializes a new instance of the BadEventDataException class that has the specified message text.

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

Sintaxis

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

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

Parámetros

  • message
    Tipo: System.String
    A String value that specifies the message text that describes the event that caused the exception.

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

BadEventDataException Clase

Sobrecarga de BadEventDataException

Espacio de nombres Microsoft.SqlServer.Management.Dmf