ExceptionMessageBox.InnerException Propiedad

Definición

Obtiene o establece la instancia de Exception asociada a los mensajes de nivel inferior.

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

Objeto Exception.

Comentarios

El valor predeterminado es null.

Se aplica a