ProviderException Constructor (String)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new instance of the ProviderException class.

Namespace:   System.Configuration.Provider
Assembly:  System.Configuration (in System.Configuration.dll)

public ProviderException(
	string message
)

Parameters

message
Type: System.String

A message describing why this ProviderException was thrown.

.NET Framework
Available since 2.0
Return to top
Show: