Конструктор EventFileInvalidException (String, String)

Initializes a new instance of the EventFileInvalidException class with specified error message and error number.

Пространство имен:  Microsoft.SqlServer.XEvent.Linq
Сборка:  Microsoft.SqlServer.XEvent.Linq (в Microsoft.SqlServer.XEvent.Linq.dll)

Синтаксис

'Декларация
Public Sub New ( _
    message As String, _
    fileName As String _
)
'Применение
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
)

Параметры

См. также

Справочник

EventFileInvalidException Класс

Перегрузка EventFileInvalidException

Пространство имен Microsoft.SqlServer.XEvent.Linq