StorageOperationStatus.ErrorCode Property

 

Gets the error code for the request.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public int ErrorCode { get; }
public:
property int ErrorCode {
    int get();
}
Public ReadOnly Property ErrorCode As Integer

Property Value

Type: System.Int32

The error code.

See Also

StorageOperationStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top