MailWebEventProvider::Initialize Method (String^, NameValueCollection^)
.NET Framework (current version)
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 that specifies the attributes assigned for this provider in the configuration file.
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | No recipients have been assigned in config. |
This method is called to initialize the EventLogWebEventProvider with the configuration settings and name as specified in the configuration file.
.NET Framework
Available since 2.0
Available since 2.0
Show: