DataWriterStoreOperation.ErrorCode Property

Definition

Gets the error code for the data store operation if it fails.

public:
 property HResult ErrorCode { HResult get(); };
HResult ErrorCode();
public System.Exception ErrorCode { get; }
var hResult = dataWriterStoreOperation.errorCode;
Public ReadOnly Property ErrorCode As Exception

Property Value

The status of the operation.

Implements

Applies to