 | GeneralErrorEventArgsMethodName Property |
Name of the Method where the error happened
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic string MethodName { get; set; }Public Property MethodName As String
Get
Set
Dim instance As GeneralErrorEventArgs
Dim value As String
value = instance.MethodName
instance.MethodName = value
public:
property String^ MethodName {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also