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: 2016.0.105.16 (2016.0.105.16)

Syntax

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

Inheritance Hierarchy

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

See Also