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 Code |
---|---|
[] public class MacroNotCreatedException |
Visual Basic (Declaration) | Copy Code |
---|---|
<> _ Public Class MacroNotCreatedException |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
MacroNotCreatedException | Overloaded. |
Protected Constructors
Name | Description | |
---|---|---|
MacroNotCreatedException | Overloaded. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FormatFriendlyMessage |
Returns the formatted friendly message of this SmartsiteException without using a locale.
(Inherited from SmartsiteException.) |
|
FormatFriendlyMessage |
Returns the formatted friendly message of this SmartsiteException using the given locale.
(Inherited from SmartsiteException.) |
|
FormatMessage |
Returns the formatted message of this SmartsiteException without using a locale.
(Inherited from SmartsiteException.) |
|
FormatMessage |
Returns the formatted message of this SmartsiteException using the given locale.
(Inherited from SmartsiteException.) |
|
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData |
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Inherited from SmartsiteException.) |
|
GetType | (Inherited from Exception.) | |
SetFriendlyMessage |
Sets the friendly error message shown for exception with the message type FriendlyMessage.
(Inherited from SmartsiteException.) |
|
ToString |
Returns a string representation of this exception without using a locale.
(Inherited from SmartsiteException.) |
|
ToString |
Returns a string representation of this exception using the given locale.
(Inherited from SmartsiteException.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Protected Fields
Name | Description | |
---|---|---|
unformattedFriendlyMessage |
Contains the unformatted message of this exception.
(Inherited from SmartsiteException.) |
|
unformattedMessage |
Contains the unformatted message of this exception.
(Inherited from SmartsiteException.) |
Public Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrorCode |
Returns the error code for this error number.
(Inherited from SmartsiteException.) |
|
ErrorNumber |
Gets or sets the error number that belongs to this exception.
(Inherited from SmartsiteException.) |
|
FriendlyMessage |
Gets the friendly message that should be sent to the output.
(Inherited from SmartsiteException.) |
|
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.
(Inherited from StopProcessingException.) |
|
HelpLink | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message |
Gets a message that describes the current exception.
(Inherited from SXMLSyntaxException.) |
|
MessageArguments |
Gets or sets the arguments that belong to the message of this exception.
(Inherited from SmartsiteException.) |
|
MessageType |
Gets or sets what type of message report is shown for this exception.
(Inherited from SmartsiteException.) |
|
Source |
Gets or sets the name of the application or the object that causes the error.
(Inherited from SXMLSyntaxException.) |
|
StackTrace | (Inherited from Exception.) | |
Status |
Gets the status that should be sent to the output.
(Inherited from SmartsiteException.) |
|
StatusCode |
Gets or sets the status code that should be sent to the output.
(Inherited from SmartsiteException.) |
|
StatusMessage |
Gets or sets the status message that should be sent to the output.
(Inherited from SmartsiteException.) |
|
SXML |
Gets the SXML.
(Inherited from SXMLSyntaxException.) |
|
TargetSite | (Inherited from Exception.) |
Protected Properties
See Also
Smartsite.Core Namespace