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

The type exposes the following methods.

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 DoCallback
Callsback the delegate.
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced