Error

ILogger.Error method

오류 메시지를 씁니다. 오류 로그 메시지는 응용 프로그램 흐름에서 복구할 수 없는 이벤트에 대한 정보를 제공합니다.

public void Error(string message, Exception exception)
모수 유형 설명
message String 오류 메시지입니다.
exception Exception 예외.

예외

예외 상태
ArgumentNullException 언제 던져message null입니다.
ArgumentNullException 언제 던져exception null입니다.

또한보십시오