MooshLoggerError Method (Exception) |
Logs an error to the output stream.
Namespace: MooshAssembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Error(
Exception error
)
Public Sub Error (
error As Exception
)
public:
void Error(
Exception^ error
)
member Error :
error : Exception -> unit
Parameters
- error
- Type: SystemException
The error to be reported.
See Also