Condividi tramite


Proprietà ComErrorException.ComHResult

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

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ComHResult As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ComErrorException Classe

Spazio dei nomi Microsoft.SqlServer.Replication