Compartilhar via


Método ExternalException.ToString ()

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Retorna uma cadeia de caracteres que contém o HRESULT do erro.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Valor Retornado

Type: System.String

Uma cadeia de caracteres que representa o HRESULT.

Implementa

_Exception.ToString()

Informações de Versão

.NET Framework
Disponível desde 4.0

Confira Também

Classe ExternalException
Namespace System.Runtime.InteropServices

Retornar ao início