Logs an error message.

Declaration Syntax
public void ErrorFormat(
string format,
params Object[] args
)
Public Sub ErrorFormat ( _
format As String, _
ParamArray args As Object() _
)
public:
virtual void ErrorFormat(
String^ format,
... array<Object^>^ args
) sealed

Parameters
- format (String)
- The message format.
- args (array<
Object
>[]()[])
- An array of objects to write using the format.
Assembly:
Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)