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 imageCopy Code
                                  public struct ParserMessage
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Structure ParserMessage

The type exposes the following members.

Public Constructors

  Name Description
Public method ParserMessage
Public constructor

Public Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Args
Extra arguments used in the message text.
Public property Message
The message text.
Public property MessageType
The message type.
Public property Pos
The parser position within the document.

See Also

Advanced