ErrorData.InnerException, propriété
Mise à jour : November 2007
Obtient l'objet Exception à l'origine de la notification.
Espace de noms : Microsoft.StylusInput.PluginData
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
Public ReadOnly Property InnerException As Exception
'Utilisation
Dim instance As ErrorData
Dim value As Exception
value = instance.InnerException
public Exception InnerException { get; }
public:
property Exception^ InnerException {
Exception^ get ();
}
/** @property */
public Exception get_InnerException()
public function get InnerException () : Exception
Valeur de propriété
Type : System.Exception
Objet Exception à l'origine de la notification.
Plateformes
Windows Vista, Windows XP SP2, Windows Server 2003
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Informations de version
.NET Framework
Pris en charge dans : 3.0