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

The type exposes the following properties.

Public Properties

  Name Description
Public property Arguments
Gets the array of validation arguments containing details of validation errors and warnings.
Public property Data (Inherited from Exception.)
Public property HelpLink (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Protected Properties

  Name Description
Protected property HResult (Inherited from Exception.)

See Also

Advanced