The exception that is thrown when the IiMISUser is unable to login with the supplied credentials.

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
[SerializableAttribute]
public class UnableToLoginException : BusinessRulesViolationException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class UnableToLoginException _
	Inherits BusinessRulesViolationException
Visual C++
[SerializableAttribute]
public ref class UnableToLoginException : public BusinessRulesViolationException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Asi.iBO..::.BusinessRulesViolationException
      Asi.iBO..::.UnableToLoginException

See Also