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

The type exposes the following members.

Public Constructors

  Name Description
Public method StopProcessingException Overloaded.

Protected Constructors

  Name Description
Protected method StopProcessingException Overloaded.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method FormatFriendlyMessage
Returns the formatted friendly message of this SmartsiteException without using a locale.
(Inherited from SmartsiteException.)
Public method FormatFriendlyMessage
Returns the formatted friendly message of this SmartsiteException using the given locale.
(Inherited from SmartsiteException.)
Public method FormatMessage
Returns the formatted message of this SmartsiteException without using a locale.
(Inherited from SmartsiteException.)
Public method FormatMessage
Returns the formatted message of this SmartsiteException using the given locale.
(Inherited from SmartsiteException.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Inherited from SmartsiteException.)
Public method GetType (Inherited from Exception.)
Public method SetFriendlyMessage
Sets the friendly error message shown for exception with the message type FriendlyMessage.
(Inherited from SmartsiteException.)
Public method ToString
Returns a string representation of this exception without using a locale.
(Inherited from SmartsiteException.)
Public method ToString
Returns a string representation of this exception using the given locale.
(Inherited from SmartsiteException.)

Protected Methods

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

Protected Fields

  Name Description
Protected field unformattedFriendlyMessage
Contains the unformatted message of this exception.
(Inherited from SmartsiteException.)
Protected field unformattedMessage
Contains the unformatted message of this exception.
(Inherited from SmartsiteException.)

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 GracefulStop
Gets or sets a value indicating whether to perform a graceful stop. When true, a number of clean up actions are performed in the RenderContext exception handler.
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 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