Compartilhar via


ProviderException Constructor (UInt32, String, Exception)

 

Initializes a new instance of the ProviderException class with the specified error code, message text, and exception.

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

Syntax

public ProviderException(
    uint errorCode,
    string text,
    Exception e
)
public:
ProviderException(
    unsigned int errorCode,
    String^ text,
    Exception^ e
)
Public Sub New (
    errorCode As UInteger,
    text As String,
    e As Exception
)

Parameters

  • errorCode
    Type: System.UInt32

    The error code that is associated to the exception.

  • text
    Type: System.String

    The description text that is displayed with the exception.

See Also

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

Return to top