IMailBeeWin32Exception Interface |
Namespace: MailBee
The IMailBeeWin32Exception type exposes the following members.
Name | Description | |
---|---|---|
NativeErrorCode |
The Win32 error code value returned by a function of Windows API.
|
Exceptions which implement IMailBeeWin32Exception can only be thrown by those methods of MailBee.NET assembly which make calls to unmanaged code. Although the assembly itself does not contain any unmanaged code, it still needs to call some Win32 functions related to security: TLS/SSL functionality, certificates, and Integrated Windows version of NTLM authentication.
The developer can obtain Win32 error code from NativeErrorCode property.