Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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