 | MessageErrorEventArgsException Property |
The exception that caused the error
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic Exception Exception { get; set; }Public Property Exception As Exception
Get
Set
Dim instance As MessageErrorEventArgs
Dim value As Exception
value = instance.Exception
instance.Exception = value
public:
property Exception^ Exception {
Exception^ get ();
void set (Exception^ value);
}Property Value
Type:
Exception
See Also