Compartilhar via


ExceptionMessageBox.InnerException Propriedade

Definição

Obtém ou define a instância de Exception associada a mensagens de nível 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 da propriedade

Um objeto Exception.

Comentários

O valor padrão é null.

Aplica-se a