Class DiagnosticMessageIdBase
A static class that provides properties to get diagnostic message identifier bases for the common messages and framework libraries.
Inheritance
System.Object
DiagnosticMessageIdBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Juhta.Net.Framework
Assembly: Juhta.Net.dll
Syntax
public static class DiagnosticMessageIdBase
Properties
| Improve this Doc View SourceCommon
Gets the message identifier base for the common messages.
Declaration
public static int Common { get; }
Property Value
Type | Description |
---|---|
System. |
Console
Gets the message identifier base for the Console library.
Declaration
public static int Console { get; }
Property Value
Type | Description |
---|---|
System. |
Core
Gets the message identifier base for the Core library.
Declaration
public static int Core { get; }
Property Value
Type | Description |
---|---|
System. |
LibraryManagement
Gets the message identifier base for the LibraryManagement library.
Declaration
public static int LibraryManagement { get; }
Property Value
Type | Description |
---|---|
System. |
Services
Gets the message identifier base for the Services library.
Declaration
public static int Services { get; }
Property Value
Type | Description |
---|---|
System. |
Startup
Gets the message identifier base for the Startup library.
Declaration
public static int Startup { get; }
Property Value
Type | Description |
---|---|
System. |
Validation
Gets the message identifier base for the Validation library.
Declaration
public static int Validation { get; }
Property Value
Type | Description |
---|---|
System. |