MailBee.NET Objects 7.2

MailBeeImpersonationWin32Exception Class

The exception which is thrown when the underlying WinAPI function related to impersonation returns an error.

For a list of all members of this type, see MailBeeImpersonationWin32Exception Members.

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeLocalException
               MailBee.Security.MailBeeImpersonationException
                  MailBee.Security.MailBeeImpersonationWin32Exception

[Serializable]
public class MailBeeImpersonationWin32Exception : MailBeeImpersonationException, IMailBeeWin32Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This exception can only be thrown by Impersonation class methods.

Requirements

Namespace: MailBee.Security

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBeeImpersonationWin32Exception Members | MailBee.Security Namespace | Impersonation