다음을 통해 공유


EventDefinition<TParam>.GenerateMessage 메서드

정의

오버로드

GenerateMessage(TParam)

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

GenerateMessage(TParam, Exception)

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

GenerateMessage(TParam)

Source:
EventDefinition%60.cs
Source:
EventDefinition%60.cs
Source:
EventDefinition%60.cs
Source:
EventDefinition%60.cs
Source:
EventDefinition%60.cs
Source:
EventDefinition%60.cs
Source:
EventDefinition%60.cs

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

public virtual string GenerateMessage (TParam arg);
abstract member GenerateMessage : 'Param -> string
override this.GenerateMessage : 'Param -> string
Public Overridable Function GenerateMessage (arg As TParam) As String

매개 변수

arg
TParam

메시지 인수입니다.

반환

메시지 문자열입니다.

적용 대상

GenerateMessage(TParam, Exception)

Source:
EventDefinition%60.cs
Source:
EventDefinition%60.cs

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

public virtual string GenerateMessage (TParam arg, Exception exception = default);
abstract member GenerateMessage : 'Param * Exception -> string
override this.GenerateMessage : 'Param * Exception -> string
Public Overridable Function GenerateMessage (arg As TParam, Optional exception As Exception = Nothing) As String

매개 변수

arg
TParam

메시지 인수입니다.

exception
Exception

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

반환

메시지 문자열입니다.

적용 대상