Class AlertMessage
Defines a class for alert 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 AlertMessage : DiagnosticMessage
Constructors
| Improve this Doc View SourceAlertMessage(String)
Initializes a new instance.
Declaration
public AlertMessage(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. |
AlertMessage(String, String)
Initializes a new instance.
Declaration
public AlertMessage(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. |