Initializes a new instance of the VGIsMemberOfAnotherApplicationException class.
Namespace:
Novalys.VisualGuard.Security.MembershipAssembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public VGIsMemberOfAnotherApplicationException( string message, Exception innerException ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ message As String, _ innerException As Exception _ ) |
Parameters
- message
- Type: System..::.String
A description of the reason for the exception.
- innerException
- Type: System..::.Exception
The exception that caused the MembershipCreateUserException.