DkmStowedExceptionInformation.NestedException Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Yeni bir NestedException değeri başlatın.
Bu API, Visual Studio 12 güncelleştirme 3 ' te (DkmApiVersion. VS12Update3) tanıtılmıştı.
public:
NestedException(System::UInt64 NestedExceptionAddress, Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionNestedType NestedExceptionType);
public:
NestedException(unsigned long long NestedExceptionAddress, Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionNestedType NestedExceptionType);
NestedException(unsigned long NestedExceptionAddress, Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionNestedType NestedExceptionType);
public NestedException (ulong NestedExceptionAddress, Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionNestedType NestedExceptionType);
new Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation.NestedException : uint64 * Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionNestedType -> Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation.NestedException
Public Sub New (NestedExceptionAddress As ULong, NestedExceptionType As DkmStowedExceptionNestedType)
Parametreler
- NestedExceptionAddress
- UInt64
'Ndaki Iç Içe geçmiş özel durum kaydına yönelik bir işaretçi.
- NestedExceptionType
- DkmStowedExceptionNestedType
'Ndaki NestedExceptionAddress öğesinin işaret ettiği özel durumun türü.