EventFileInvalidException Constructor (String, String)
Initializes a new instance of the EventFileInvalidException class with specified error message and error number.
Espacio de nombres: Microsoft.SqlServer.XEvent.Linq
Ensamblado: Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxis
'Declaración
Public Sub New ( _
message As String, _
fileName As String _
)
'Uso
Dim message As String
Dim fileName As String
Dim instance As New EventFileInvalidException(message, _
fileName)
public EventFileInvalidException(
string message,
string fileName
)
public:
EventFileInvalidException(
String^ message,
String^ fileName
)
new :
message:string *
fileName:string -> EventFileInvalidException
public function EventFileInvalidException(
message : String,
fileName : String
)
Parámetros
- message
Tipo: System.String
The error message.
- fileName
Tipo: System.String
The error number.
Vea también
Referencia
EventFileInvalidException Clase