ErrorCodesExternalError Field |
The application code threw an exception while handling MailBee event.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public const int ExternalError
Public Const ExternalError As Integer
Field Value
Type:
Int32Remarks This error code indicates the application is subscribed to a certain MailBee
event, MailBee raises this event, and the application code responsible for
handling this event throws an exception. The developer should fix the event handling
code in order to get rid of this error.
See Also