ProviderException.UErrorCode Property
Gets the error code number.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public uint UErrorCode { get; }
public:
property unsigned int UErrorCode {
unsigned int get();
}
Public ReadOnly Property UErrorCode As UInteger
Property Value
Type: System.UInt32
The error code number.
See Also
ProviderException Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top