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

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.
Public property ErrorNumber
Gets or sets the error number that belongs to this exception.
Public property FriendlyMessage
Gets the friendly message that should be sent to the output.
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.
Public property MessageType
Gets or sets what type of message report is shown for this exception.
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.
Public property StatusCode
Gets or sets the status code that should be sent to the output.
Public property StatusMessage
Gets or sets the status message that should be sent to the output.
Public property TargetSite (Inherited from Exception.)

Protected Properties

  Name Description
Protected property HResult (Inherited from Exception.)

See Also

Advanced