다음을 통해 공유


EventDefinition<TParam1,TParam2,TParam3>.GenerateMessage 메서드

정의

로깅하지 않고 기록될 메시지를 생성합니다. 일반적으로 오류로 경고 사례에서 예외를 throw하는 데 사용됩니다.

public virtual string GenerateMessage (TParam1 arg1, TParam2 arg2, TParam3 arg3, Exception exception = default);
public virtual string GenerateMessage (TParam1 arg1, TParam2 arg2, TParam3 arg3, Exception? exception = default);
abstract member GenerateMessage : 'TParam1 * 'TParam2 * 'TParam3 * Exception -> string
override this.GenerateMessage : 'TParam1 * 'TParam2 * 'TParam3 * Exception -> string
Public Overridable Function GenerateMessage (arg1 As TParam1, arg2 As TParam2, arg3 As TParam3, Optional exception As Exception = Nothing) As String

매개 변수

arg1
TParam1

첫 번째 메시지 인수입니다.

arg2
TParam2

두 번째 메시지 인수입니다.

arg3
TParam3

세 번째 메시지 인수입니다.

exception
Exception

이 이벤트와 관련된 선택적 예외입니다.

반환

메시지 문자열입니다.

적용 대상