SqlWebEventProvider::Initialize Method (String^, NameValueCollection^)
This API supports the product infrastructure and is not intended to be used directly from your code.
Sets the initial values for this object.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System::String^
The name used in the configuration file to identify this provider.
- config
-
Type:
System.Collections.Specialized::NameValueCollection^
A NameValueCollection object that specifies the attributes assigned for this provider in the configuration file.
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | There is no connection string declared in config. - or - There is more than one connection string declared in config. - or - The connection string supplied by config specifies Integrated Security. - or - The value of the maxEventDetailsLength attribute supplied by config is less than 0 or greater than 1073741823. |
ASP.NET calls the Initialize method to initialize the SqlWebEventProvider class with the configuration settings and name as specified in the configuration file.
Available since 2.0