Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of a IntelliTraceFile class.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Sub New ( _
logFilePath As String _
)
public IntelliTraceFile(
string logFilePath
)
public:
IntelliTraceFile(
String^ logFilePath
)
new :
logFilePath:string -> IntelliTraceFile
public function IntelliTraceFile(
logFilePath : String
)
Parameters
- logFilePath
Type: System.String
The path and file name of the IntelliTrace (.iTrace) file to open.
Remarks
Throws a IOException exception if the specified .iTrace file is not accessible. Throws a NotSupportedException exception if the specified .iTrace file is not on the local computer. Throws a InvalidDataException if the specified .iTrace file is invalid or corrupt.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.