[This is preliminary documentation and is subject to change.]
Writes a warning event. This indicates a problem that is not
immediately significant, but that may signify conditions that
could cause future problems.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static void WriteWarning( string str ) |
Visual Basic (Declaration) |
---|
Public Shared Sub WriteWarning ( _ str As String _ ) |
Visual C++ |
---|
public: static void WriteWarning( String^ str ) |
Parameters
- str
- Type: System..::.String
The string which needs to be written to the log file.