IntelliTraceFile Constructors

Definition

Overloads

IntelliTraceFile(String)

Initializes a new instance of a IntelliTraceFile class.

IntelliTraceFile(String, IntelliTraceFile+OpenFlags)

IntelliTraceFile(String)

Initializes a new instance of a IntelliTraceFile class.

public:
 IntelliTraceFile(System::String ^ logFilePath);
public:
 IntelliTraceFile(Platform::String ^ logFilePath);
 IntelliTraceFile(std::wstring const & logFilePath);
public IntelliTraceFile (string logFilePath);
new Microsoft.VisualStudio.IntelliTrace.IntelliTraceFile : string -> Microsoft.VisualStudio.IntelliTrace.IntelliTraceFile
Public Sub New (logFilePath As String)

Parameters

logFilePath
String

The path and file name of the IntelliTrace (.iTrace) file to open.

Exceptions

The specified .iTrace file is not accessible.

The specified .iTrace file is not on the local computer (i.e. on the network).

The specified .iTrace file is invalid or corrupt.

Applies to

IntelliTraceFile(String, IntelliTraceFile+OpenFlags)

public:
 IntelliTraceFile(System::String ^ logFilePath, Microsoft::VisualStudio::IntelliTrace::IntelliTraceFile::OpenFlags flags);
 IntelliTraceFile(std::wstring const & logFilePath, Microsoft::VisualStudio::IntelliTrace::IntelliTraceFile::OpenFlags flags);
public IntelliTraceFile (string logFilePath, Microsoft.VisualStudio.IntelliTrace.IntelliTraceFile.OpenFlags flags);
new Microsoft.VisualStudio.IntelliTrace.IntelliTraceFile : string * Microsoft.VisualStudio.IntelliTrace.IntelliTraceFile.OpenFlags -> Microsoft.VisualStudio.IntelliTrace.IntelliTraceFile
Public Sub New (logFilePath As String, flags As IntelliTraceFile.OpenFlags)

Parameters

logFilePath
String

Applies to