ProviderException.ErrorCode Property
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