Used for all unchecked exceptions. The exceptions are defined as
objects.
supports use of an error stack, as well as exception chaining (constructing a chain of exceptions by wrapping additional exceptions). You can use
The following tables list the members exposed by EngineRuntimeException.
Public Constructors
Name | Description | |
---|---|---|
![]() ![]() |
EngineRuntimeException | Overloaded. |
Protected Constructors
Name | Description | |
---|---|---|
![]() ![]() |
EngineRuntimeException | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Data | Gets a collection of key/value pairs that provide additional, user-defined information about the exception. (inherited from Exception) |
![]() |
HelpLink | Gets or sets a link to the help file associated with this exception. (inherited from Exception) |
![]() |
InnerException | Gets the |
![]() |
Message | Overridden. Gets a localized version of the description string (using the default locale) specified in the object used for this instance. |
![]() |
Source | Gets or sets the name of the application or the object that causes the error. (inherited from Exception) |
![]() |
StackTrace | Gets a string representation of the frames on the call stack at the time the current exception was thrown. (inherited from Exception) |
![]() |
TargetSite | Gets the method that throws the current exception. (inherited from Exception) |
Protected Properties
Name | Description | |
---|---|---|
![]() |
HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (inherited from Exception) |
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified |
![]() |
GetAsErrorStack | Returns the error stack, if an error stack is used; otherwise this instance is returned as an object. The stack can contain an exception chain (if the instance was created using |
![]() |
GetBaseException | When overridden in a derived class, returns the |
![]() |
GetExceptionCode | Gets the object specified for this instance. |
![]() |
GetHashCode | Serves as a hash function for a particular type. |
![]() |
GetObjectData | Overridden. This method is exposed to satisfy the interface. |
![]() |
GetType | Gets the runtime type of the current instance. (inherited from Exception) |
![]() |
ToString | Overridden. Returns a description of this exception. The result is the concatenation of the following:
|
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Allows an |
![]() |
MemberwiseClone | Creates a shallow copy of the current |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
EngineRuntimeException | Overloaded. |