Kelas System::ExceptionWrapper
isi
[
bersembunyi
]ExceptionWrapper class
Templat yang mewakili pembungkus pengecualian yang diturunkan dari kelas Exception.
template<typename T>class ExceptionWrapper
Metode
| Metode | Deskripsi |
|---|---|
| ExceptionWrapper(std::nullptr_t) | Membuat sebuah instance null dari kelas ExceptionWrapper yang tidak mewakili pengecualian apa pun. |
| ExceptionWrapper(const ExceptionPtr&) | Membuat sebuah instance dari kelas ExceptionWrapper yang berisi pointer yang diberikan. |
| ExceptionWrapper(const ExceptionWrapper&) | Konstruktor penyalinan. |
| ExceptionWrapper(ExceptionWrapper&&) | Konstruktor pemindahan. |
| explicit ExceptionWrapper(Args&&…) | Konstruktor yang meneruskan parameter ke konstruktor kelas Exception dan membuat smart pointer yang menyimpan instance baru kelas Exception. |
| static operator new(std::size_t) | |
| static operator new[](std::size_t) | |
| operator SharedPtr< Object >() | Operator cast implisit ke SharedPtr |
| operator->() const | Memungkinkan mengakses anggota objek Exception. |
| operator=(const ExceptionWrapper&) | Operator penugasan. |
| operator=(ExceptionWrapper&&) | Operator penugasan pindah. |
| static Type() | Jalan pintas untuk mendapatkan objek System::TypeInfo untuk tipe Exception. |
Typedefs
| Typedef | Deskripsi |
|---|---|
| ExceptionType | Digunakan untuk fungsi casting. |
Lihat Juga
- Namespace System
- Library Aspose.Page for C++