This method is obsolete and should no longer be used.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2
Syntax
C# |
---|
[ObsoleteAttribute("No longer used.")] public static void SetTraceFile( string fileName ) |
Visual Basic |
---|
<ObsoleteAttribute("No longer used.")> _ Public Shared Sub SetTraceFile ( _ fileName As String _ ) |
Visual C++ |
---|
[ObsoleteAttribute(L"No longer used.")] public: static void SetTraceFile( String^ fileName ) |
Parameters
- fileName
- Type: System..::..String
The name of the file to use for ctgclient.dll trace, or nullNothingnullptra null reference (Nothing in Visual Basic) to revert to the standard error output stream.
Remarks
This method is obsolete and invoking it has no effect.
Exceptions
Exception | Condition |
---|---|
System.IO..::..IOException | The trace file could not be created at the specified location. |