[This is preliminary documentation and is subject to change.]
The Message type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| Message(SourceCodeRef, MessageType, Int32, ICodeProcessor) | Initializes a new instance of the Message class | |
| Message(SourceCodeRef, MessageType, Int32, ICodeProcessor, SourcePosition) | Initializes a new instance of the Message class | |
| Message(SourceCodeRef, MessageType, Int32, ICodeProcessor, SourcePosition, Token) | Initializes a new instance of the Message class | |
| Message(SourceCodeRef, MessageType, Int32, ICodeProcessor, SourcePosition, Token, String) | Initializes a new instance of the Message class | |
| Message(SourceCodeRef, MessageType, Int32, ICodeProcessor, SourcePosition, Token, String, Exception) | Initializes a new instance of the Message class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Overrides |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| AssociatedException | ||
| Code | ||
| From | ||
| Position | ||
| SourceCodeReference | ||
| Text | ||
| Token | ||
| Type |
Properties
| Name | Description | |
|---|---|---|
| IsError |
Indicates whether this message is an error message
| |
| IsInfo |
Indicates whether this message is an info message
| |
| IsInternal |
Indicates whether this message is an internal message
| |
| IsWarning |
Indicates whether this message is a warning message
|
See Also