ExceptionMessageBox.InnerException Propriété

Définition

Obtient ou définit l'instance de Exception associée aux messages de niveau inférieur.

public:
 property Exception ^ InnerException { Exception ^ get(); void set(Exception ^ value); };
public Exception InnerException { get; set; }
member this.InnerException : Exception with get, set
Public Property InnerException As Exception

Valeur de propriété

Objet Exception.

Remarques

La valeur par défaut est null.

S’applique à