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 exception.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public int ErrorCode { get; private set; }
public:
property int ErrorCode {
int get();
private: void set(int value);
}
Public Property ErrorCode As Integer
Get
Private Set
End Property
Property Value
Type: System.Int32
The error code.
See Also
StorageObjectModelException Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top