IUpdateEvent.ErrorCode

Retrieves the error code that is returned by the client when the client event represents a failure.

public Int32 ErrorCode {get;}
Public ReadOnly Property ErrorCode As Int32

Property Value

Error code that is returned by the client when the client event represents a failure. The error code is an HRESULT value.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

IUpdateEvent.IsError