SystemMessage Class
Namespace: PTS.Diagnostics
Assembly: PTS.Diagnostics.dll
Syntax
public class SystemMessage
Inheritance
System.Object
SystemMessage
Constructors
SystemMessage(String)
Declaration
public SystemMessage(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
SystemMessage(String, UInt32)
Declaration
public SystemMessage(string message, uint code)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.UInt32 | code |
SystemMessage(String, UInt32, Boolean)
Declaration
public SystemMessage(string message, uint code, bool isFatal)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.UInt32 | code | |
System.Boolean | isFatal |
Properties
Code
Declaration
public virtual uint Code { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
IsFatal
Declaration
public virtual bool IsFatal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Message
Declaration
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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()