Adds an error message to the system output window.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public void OutputError( string error ) |
| Visual Basic (Declaration) |
|---|
Public Sub OutputError ( _ error As String _ ) |
| Visual C++ |
|---|
public: void OutputError( String^ error ) |
Parameters
- error
- Type: System..::.String
The error message.