TemplatedMailWebEventProvider.Initialize Method
.NET Framework 2.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Sets the initial values for this object.
Namespace: System.Web.ManagementAssembly: System.Web (in system.web.dll)
public void Initialize ( String name, NameValueCollection config )
public override function Initialize ( name : String, config : NameValueCollection )
Not applicable.
Parameters
- name
The name of this event provider.
- config
A NameValueCollection object that specifies configuration settings for this event provider.
| Exception type | Condition |
|---|---|
|
config does not include an attribute with the name "template". - or - The template attribute supplied by config has a Length of 0. - or - The URL specified by the template attribute is not an application-relative URL. - or - The specified template URL is outside the App Domain Path. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: