PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public struct ParserMessage |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Structure ParserMessage |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
ParserMessage |
Public constructor
|
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
Args |
Extra arguments used in the message text.
|
|
Message |
The message text.
|
|
MessageType |
The message type.
|
|
Pos |
The parser position within the document.
|
See Also
Smartsite.Base Namespace