Method Error
Error(string, string?)
Processes given exception by calling OnError event.
public static void Error(string message, string? caption = null)Parameters
Error(Exception)
Processes given exception with the defined way.
public static void Error(Exception exception)Parameters
- exceptionException
- The Exception to process.