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 members.

Public Constructors

  Name Description
Public method SxmlValidationEventArgs
Constructor

Public Methods

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

Protected Methods

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

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