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

The type exposes the following properties.

Public Properties

  Name Description
Public property Data (Inherited from Exception.)
Public property ErrorCode
Returns the error code for this error number.
(Inherited from SmartsiteException.)
Public property ErrorNumber
Gets or sets the error number that belongs to this exception.
(Inherited from SmartsiteException.)
Public property FriendlyMessage
Gets the friendly message that should be sent to the output.
(Inherited from SmartsiteException.)
Public property HelpLink (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property MessageArguments
Gets or sets the arguments that belong to the message of this exception.
(Inherited from SmartsiteException.)
Public property MessageType
Gets or sets what type of message report is shown for this exception.
(Inherited from SmartsiteException.)
Public property ReturnData
Gets the return data.
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property Status
Gets the status that should be sent to the output.
(Inherited from SmartsiteException.)
Public property StatusCode
Gets or sets the status code that should be sent to the output.
(Inherited from SmartsiteException.)
Public property StatusMessage
Gets or sets the status message that should be sent to the output.
(Inherited from SmartsiteException.)
Public property TargetSite (Inherited from Exception.)

Protected Properties

  Name Description
Protected property HResult (Inherited from Exception.)

See Also

Advanced