Class WarningMessage
Defines a class for warning messages.
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.Diagnostics
Assembly: Juhta.Net.dll
Syntax
public class WarningMessage : DiagnosticMessage
Constructors
| Improve this Doc View SourceWarningMessage(String)
Initializes a new instance.
Declaration
public WarningMessage(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Specifies a message that will be associated with the instance. The value can contain format items. |
WarningMessage(String, String)
Initializes a new instance.
Declaration
public WarningMessage(string message, string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Specifies a message that will be associated with the instance. The value can contain format items. |
System.String | id | Specifies a value for the Id property. |