VirtualUserScript Error Method C# API
Overload List

  NameDescription
Public methodError(Exception)
Writes an error message to the VU event log, which will consist of the details of the specified Exception.
Public methodError(String)
Writes an error message to the VU event log.
Public methodError(String, Exception)
Writes an error message to the VU event log, which will include the stack trace of the specified Exception.
Public methodError(String, String)
Writes an error message to the VU event log, specifying an identifier which appears in the ID column.
Public methodError(String, String, String)
Writes an error message and an image link to the VU event log, specifying an identifier which appears in the ID column.
Back to Top
See Also