Share via


ProviderException Constructor (UInt32)

 

Initializes a new instance of the ProviderException class with the specified error code.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

public ProviderException(
    uint errorCode
)
public:
ProviderException(
    unsigned int errorCode
)
Public Sub New (
    errorCode As UInteger
)

Parameters

  • errorCode
    Type: System.UInt32

    The error code that is associated to the exception.

See Also

ProviderException Overload
ProviderException Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top