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 class SxmlValidationEventArgs
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class SxmlValidationEventArgs

The type exposes the following properties.

Public Properties

  Name Description
Public property Exception
Gets the exception.
Public property LineNumber
Gets the line number.
Public property LinePosition
Gets the position on the line.
Public property LocalName
Gets the local name of the offending node.
Public property Message
Gets the message.
Public property NamespaceUri
Gets the namespace uri of the offending node.
Public property Severity
Gets the severity.
Public property SourceLength
Gets the length of the source.
Public property SourceSchemaType
Gets the type of the source schema that is related to this SxmlValidationEventArgs instance.

See Also

Advanced