Error

ConsoleLogger.Error method

Schrijft foutlogboekbericht; Foutlogboekberichten geven informatie over onherstelbare gebeurtenissen in de applicatiestroom.

public void Error(string message, Exception exception)
Parameter Type Beschrijving
message String De foutmelding.
exception Exception De uitzondering.

Zie ook