Construtor EventFileInvalidException (String, String)
Initializes a new instance of the EventFileInvalidException class with specified error message and error number.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
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.
Consulte também
Referência
EventFileInvalidException Classe