Compartir a través de


ComErrorException.ComHResult Propiedad

Gets the error code (HRESULT) value associated with this exception.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Public ReadOnly Property ComHResult As Integer 
    Get
'Uso
Dim instance As ComErrorException 
Dim value As Integer 

value = instance.ComHResult
public int ComHResult { get; }
public:
property int ComHResult {
    int get ();
}
member ComHResult : int
function get ComHResult () : int

Valor de la propiedad

Tipo: System.Int32
The error code (HRESULT).

Vea también

Referencia

ComErrorException Clase

Espacio de nombres Microsoft.SqlServer.Replication