ProviderException Constructor (String, Exception)
Initializes a new instance of the ProviderException class with the specified message text and exception.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public ProviderException(
string text,
Exception e
)
public:
ProviderException(
String^ text,
Exception^ e
)
Public Sub New (
text As String,
e As Exception
)
Parameters
text
Type: System.StringThe description text that is displayed with the exception.
e
Type: System.ExceptionThe exception that caused this exception.
See Also
ProviderException Overload
ProviderException Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top