ExceptionMessageBox.InnerException Propiedad

Definición

Obtiene o establece la Exception instancia asociada al(los) mensaje(s) de menor nivel.

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

Valor de propiedad

Un objeto Exception.

Comentarios

El valor por defecto es null.

Se aplica a