Propriété ComHResult
The error code (HRESULT) value associated with this exception.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ComHResult As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Int32
An Int32 value.