Exception thrown when you try to delete a user and this user is member of another application.

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 VGIsMemberOfAnotherApplicationException : Exception
Visual Basic
<SerializableAttribute>
Public NotInheritable Class VGIsMemberOfAnotherApplicationException
	Inherits Exception

Inheritance Hierarchy

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

See Also