Compartilhar via


ProviderException Constructor (String)

 

Initializes a new instance of the ProviderException class with the specified message text.

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

Syntax

public ProviderException(
    string text
)
public:
ProviderException(
    String^ text
)
Public Sub New (
    text As String
)

Parameters

  • 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