You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -0,0 +1,37 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
namespace System.Runtime
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
static class DiagnosticStrings
|
||||
{
|
||||
internal const string AppDomain = "AppDomain";
|
||||
internal const string ChannelTag = "Channel";
|
||||
internal const string Description = "Description";
|
||||
internal const string DataTag = "Data";
|
||||
internal const string DataItemsTag = "DataItems";
|
||||
internal const string DescriptionTag = "Description";
|
||||
internal const string ExceptionTag = "Exception";
|
||||
internal const string ExceptionTypeTag = "ExceptionType";
|
||||
internal const string ExceptionStringTag = "ExceptionString";
|
||||
internal const string ExtendedDataTag = "ExtendedData";
|
||||
internal const string InnerExceptionTag = "InnerException";
|
||||
internal const string KeyTag = "Key";
|
||||
internal const string MessageTag = "Message";
|
||||
internal const string NamespaceTag = "xmlns";
|
||||
internal const string NativeErrorCodeTag = "NativeErrorCode";
|
||||
internal const string Separator = ":";
|
||||
internal const string SeverityTag = "Severity";
|
||||
internal const string SourceTag = "Source";
|
||||
internal const string StackTraceTag = "StackTrace";
|
||||
internal const string Task = "Task";
|
||||
internal const string TraceCodeTag = "TraceIdentifier";
|
||||
internal const string TraceRecordTag = "TraceRecord";
|
||||
internal const string ValueTag = "Value";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user