Error(String, Exception?) Method

Definition

Assembly HeadlessTestingFramework.dll

Logs an error message.

public void Error(string message, Exception? exception = null)

Parameters

message
String

The message.

exception
Exception

Optional exception.