ExceptionDetail.ToString Método
Definição
Retorna as informações de detalhe da exceção para a exceção passada para o construtor.Returns the exception detail information for the exception passed to the constructor.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Retornos
A mensagem e o rastreamento de pilha da exceção.The message and stack trace of the exception.