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 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