TraceContextRecord(String, String, Boolean, Exception) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
TraceContextRecord 클래스의 새 인스턴스를 초기화합니다.
public:
TraceContextRecord(System::String ^ category, System::String ^ msg, bool isWarning, Exception ^ errorInfo);
public TraceContextRecord (string category, string msg, bool isWarning, Exception errorInfo);
new System.Web.TraceContextRecord : string * string * bool * Exception -> System.Web.TraceContextRecord
Public Sub New (category As String, msg As String, isWarning As Boolean, errorInfo As Exception)
매개 변수
- category
- String
메시지를 받는 추적 범주입니다.
- msg
- String
추적 메시지입니다.
- isWarning
- Boolean
TraceContextRecord와 관련된 메서드가 Warn 메서드이면 true
이고, 추적 메서드가 Write 메서드이면 false
입니다.
설명
호출할 때마다 합니다 TraceContext.Write 및 TraceContext.Warn 메서드 생성을 TraceContextRecord 에 추가 되는 개체는 TraceContextEventArgs.TraceRecords 메시지 컬렉션입니다.
Warn 메서드 호출 집합 합니다 IsWarning 속성을 true
, 하는 동안 합니다 Write 메서드 호출으로 설정 false
합니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET