Partilhar via


Classe ComErrorException

The exception that is thrown when a general error is raised by a replication agent.

Hierarquia de herança

System.Object
  System.Exception
    System.SystemException
      System.Runtime.InteropServices.ExternalException
        System.Runtime.InteropServices.COMException
          Microsoft.SqlServer.Replication.ComErrorException

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class ComErrorException _
    Inherits COMException
'Uso
Dim instance As ComErrorException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public sealed class ComErrorException : COMException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ComErrorException sealed : public COMException
[<SealedAttribute>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ComErrorException =  
    class 
        inherit COMException 
    end
public final class ComErrorException extends COMException

O tipo ComErrorException expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ComErrorException() Initializes a new instance of the ComErrorException class.
Método público ComErrorException(String) Initializes a new instance of the ComErrorException class with a specified error message.
Método público ComErrorException(String, Exception) Initializes a new instance of the ComErrorException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Método público ComErrorException(Int32, String, Int32, String, String, Guid, String) Initializes a new instance of the ComErrorException class.

Início

Propriedades

  Nome Descrição
Propriedade pública ComHResult Gets the error code (HRESULT) value associated with this exception.
Propriedade pública Data (Herdado de Exception.)
Propriedade pública Description Gets a description of the error.
Propriedade pública ErrorCode (Herdado de ExternalException.)
Propriedade pública ErrorMessage Gets the error message string.
Propriedade pública HelpContext Gets the context of a topic in a Help file.
Propriedade pública HelpFile Gets the fully qualified path to a Help file.
Propriedade pública HelpLink (Herdado de Exception.)
Propriedade pública HResult (Herdado de Exception.)
Propriedade pública InnerException (Herdado de Exception.)
Propriedade pública InterfaceId Gets the identifier of the COM interface that is the source of the error.
Propriedade pública Message (Herdado de Exception.)
Propriedade pública Source Gets the name of the object or application that is the source of the error. (Substitui Exception.Source.)
Propriedade pública StackTrace (Herdado de Exception.)
Propriedade pública TargetSite (Herdado de Exception.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetBaseException (Herdado de Exception.)
Método público GetHashCode (Herdado de Object.)
Método público GetObjectData Sets the specified SerializationInfo with information about the exception. (Substitui Exception.GetObjectData(SerializationInfo, StreamingContext).)
Método público GetType (Herdado de Exception.)
Método público ToString (Herdado de COMException.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Replication