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

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method FormatFriendlyMessage Overloaded.
Public method FormatMessage Overloaded.
Public method GetBaseException (Inherited from Exception.)
Public method Static member GetErrorNumber
Gets the Smartsite error number from the exception.
Public method Static member GetExceptionMessage
Gets the message of specified exception.
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Overrides Exception..::GetObjectData(SerializationInfo, StreamingContext).)
Public method Static member GetStatus
Searches through the exception stack to find the status code and status message that should be sent to the output.
Public method GetType (Inherited from Exception.)
Public method Static member ReThrow
Rethrows an exception, wrapping the given exception, with a new exception message.
Public method SetFriendlyMessage
Sets the friendly error message shown for exception with the message type FriendlyMessage.
Public method ToString Overloaded.

Protected Methods

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

See Also

Advanced