EventDefinition<TParam>.GenerateMessage 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
이 이벤트와 관련된 선택적 예외입니다.
반환
메시지 문자열입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework