Click or drag to resize

GeneralErrorEventArgs Constructor

Initializes a new GeneralErrorEventArgs

Namespace:  SMTPRouter
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public GeneralErrorEventArgs(
	Exception exception,
	string methodName
)

Parameters

exception
Type: SystemException

[Missing <param name="exception"/> documentation for "M:SMTPRouter.GeneralErrorEventArgs.#ctor(System.Exception,System.String)"]

methodName
Type: SystemString

[Missing <param name="methodName"/> documentation for "M:SMTPRouter.GeneralErrorEventArgs.#ctor(System.Exception,System.String)"]

See Also