XEventException Constructor (String)
Initializes a new instance of the XEventException class with a specified message that describes the error.
Espacio de nombres: Microsoft.SqlServer.Management.XEvent
Ensamblado: Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Sintaxis
'Declaración
Public Sub New ( _
message As String _
)
'Uso
Dim message As String
Dim instance As New XEventException(message)
public XEventException(
string message
)
public:
XEventException(
String^ message
)
new :
message:string -> XEventException
public function XEventException(
message : String
)
Parámetros
- message
Tipo: System.String
The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
Comentarios
The following table shows the initial property values for an instance of XEventException.
Property |
Value |
---|---|
nulles una referencia NULL (Nothing en Visual Basic).. |
|
The error message string specified in message. |
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.XEvent