The exception that is thrown when a password cannot be retrieved from the Visual Guard repository.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
[SerializableAttribute]
public sealed class VGMembershipPasswordException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class VGMembershipPasswordException _
	Inherits Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Novalys.VisualGuard.Security.Membership..::.VGMembershipPasswordException

See Also