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 number.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.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 number.
See Also
ProviderException Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top