#include <exceptions.h>
Inherits Details_SystemException.
◆ BaseType
◆ Details_ThreadAbortException() [1/4]
System::Threading::Details_ThreadAbortException::Details_ThreadAbortException |
( |
| ) |
|
|
inlineprotected |
Constructs a new instance.
◆ Details_ThreadAbortException() [2/4]
System::Threading::Details_ThreadAbortException::Details_ThreadAbortException |
( |
const System::String & |
message | ) |
|
|
inlineprotected |
Constructs a new instance.
- Parameters
-
message | The error description. |
◆ Details_ThreadAbortException() [3/4]
Constructs a new instance.
- Parameters
-
message | The error description. |
innerException | The inner exception. |
◆ Details_ThreadAbortException() [4/4]
Deserializes exception.
- Parameters
-
info | SerializationInfo object holding serialized exception. |
context | Streaming context bound to serialization info passed. |
◆ DoThrow()
void System::Threading::Details_ThreadAbortException::DoThrow |
( |
const System::ExceptionPtr & |
self | ) |
const |
|
inlineoverrideprotected |
Throws exception instance wrapped by exception wrapper.
- Parameters
-
self | Exception instance to be thrown. |
◆ GetType()
const System::TypeInfo & System::Threading::Details_ThreadAbortException::GetType |
( |
| ) |
const |
|
inlineoverride |
◆ Is()
bool System::Threading::Details_ThreadAbortException::Is |
( |
const System::TypeInfo & |
target | ) |
const |
|
inlineoverride |
Check if object represents an instance of type described by targetType. Analog of C# 'is' operator.
- Parameters
-
target | TypeInfo structure describing the type to test current object against. |
- Returns
- True if object is of tagged type or its subclass, false otherwise.
◆ Type()
static const System::TypeInfo & System::Threading::Details_ThreadAbortException::Type |
( |
| ) |
|
|
inlinestatic |
Returns information about the current type.
- Returns
- Information about the current type.