Share via


WebProviderError.ErrorCode Property

Definition

Gets the error code.

public:
 property unsigned int ErrorCode { unsigned int get(); };
uint32_t ErrorCode();
public uint ErrorCode { get; }
var uInt32 = webProviderError.errorCode;
Public ReadOnly Property ErrorCode As UInteger

Property Value

UInt32

unsigned int

uint32_t

The error code.

Applies to

See also