MembershipException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the MembershipException class.
Overload List
Name | Description | |
---|---|---|
MembershipException() | Initializes a new instance of the MembershipException class. | |
MembershipException(String) | Initializes a new instance of the MembershipException class. | |
MembershipException(String, Exception) | Initializes a new instance of the MembershipException class. |
Top