Global SendErrorEmail Method A Sandcastle Documented Class Library
Used to send administrator notification emails. Requires adminemail, and senderroremail tags in settings.xml or the Web.config app settings section.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void SendErrorEmail(
	string msg
)

Parameters

msg
Type: System String
See Also