다음을 통해 공유


EventDefinition<TParam1,TParam2>.GenerateMessage 메서드

정의

오버로드

GenerateMessage(TParam1, TParam2)

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

GenerateMessage(TParam1, TParam2, Exception)

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

GenerateMessage(TParam1, TParam2)

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

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

public virtual string GenerateMessage (TParam1 arg1, TParam2 arg2);
abstract member GenerateMessage : 'TParam1 * 'TParam2 -> string
override this.GenerateMessage : 'TParam1 * 'TParam2 -> string
Public Overridable Function GenerateMessage (arg1 As TParam1, arg2 As TParam2) As String

매개 변수

arg1
TParam1

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

arg2
TParam2

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

반환

메시지 문자열입니다.

적용 대상

GenerateMessage(TParam1, TParam2, Exception)

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

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

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

매개 변수

arg1
TParam1

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

arg2
TParam2

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

exception
Exception

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

반환

메시지 문자열입니다.

적용 대상