13 references to Diagnostics
System.ServiceModel.Primitives (13)
System\ServiceModel\Diagnostics\TraceCode.cs (13)
16
public const int AppDomainUnload = TraceCode.
Diagnostics
| 0X0001;
17
public const int EventLog = TraceCode.
Diagnostics
| 0X0002;
18
public const int ThrowingException = TraceCode.
Diagnostics
| 0X0003;
19
public const int TraceHandledException = TraceCode.
Diagnostics
| 0X0004;
20
public const int UnhandledException = TraceCode.
Diagnostics
| 0X0005;
21
public const int FailedToAddAnActivityIdHeader = TraceCode.
Diagnostics
| 0X0006;
22
public const int FailedToReadAnActivityIdHeader = TraceCode.
Diagnostics
| 0X0007;
23
public const int FilterNotMatchedNodeQuotaExceeded = TraceCode.
Diagnostics
| 0X0008;
24
public const int MessageCountLimitExceeded = TraceCode.
Diagnostics
| 0X0009;
25
public const int DiagnosticsFailedMessageTrace = TraceCode.
Diagnostics
| 0X000A;
26
public const int MessageNotLoggedQuotaExceeded = TraceCode.
Diagnostics
| 0X000B;
27
public const int TraceTruncatedQuotaExceeded = TraceCode.
Diagnostics
| 0X000C;
28
public const int ActivityBoundary = TraceCode.
Diagnostics
| 0X000D;