DkmStowedExceptionInformation.NestedExceptionPart Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Facultatif Les exceptions arrimées peuvent contenir une exception imbriquée. Si la valeur n’est pas null, l’exception arrimé contient des informations supplémentaires dans le NestedException.
Cette API a été introduite dans Visual Studio 12 Update 3 (DkmApiVersion. VS12Update3).
public:
property Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionInformation::NestedException ^ NestedExceptionPart { Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionInformation::NestedException ^ get(); };
public Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation.NestedException NestedExceptionPart { get; }
member this.NestedExceptionPart : Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation.NestedException
Public ReadOnly Property NestedExceptionPart As DkmStowedExceptionInformation.NestedException