Gets a description of the reason for the exception.

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#
public VGMembershipCreateStatus StatusCode { get; }
Visual Basic
Public ReadOnly Property StatusCode As VGMembershipCreateStatus
	Get

Property Value

Type: VGMembershipCreateStatus
A VGMembershipCreateStatus enumeration value that describes the reason for the exception.

See Also