Share via


ExceptionMessageBox.InnerException Proprietà

Definizione

Ottiene o imposta l'istanza dell'oggetto Exception associata ai messaggi di livello secondario.

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

Valore della proprietà

Oggetto Exception.

Commenti

Il valore predefinito è null.

Si applica a