 | GeneralErrorEventArgs Constructor |
Initializes a new GeneralErrorEventArgs
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic GeneralErrorEventArgs(
Exception exception,
string methodName
)
Public Sub New (
exception As Exception,
methodName As String
)
Dim exception As Exception
Dim methodName As String
Dim instance As New GeneralErrorEventArgs(exception,
methodName)
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