Compartilhar via


Construtor COMException

 

Dica

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

Inicializa uma nova instância da classe COMException.

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

Lista de Sobrecargas

Nome Descrição
System_CAPS_pubmethod COMException()

Inicializa uma nova instância da classe COMException com valores padrão.

System_CAPS_protmethod COMException(SerializationInfo, StreamingContext)

Inicializa uma nova instância da classe COMException dos dados de serialização.

System_CAPS_pubmethod COMException(String)

Inicializa uma nova instância da classe COMException com uma mensagem especificada.

System_CAPS_pubmethod COMException(String, Exception)

Inicializa uma nova instância da classe COMException com uma mensagem de erro especificada e uma referência à exceção interna que é a causa da exceção.

System_CAPS_pubmethod COMException(String, Int32)

Inicializa uma nova instância da classe COMException com uma mensagem e um código de erro especificados.

Confira Também

Classe COMException
Namespace System.Runtime.InteropServices

Retornar ao início