ProfileProvisionException Members
Include Protected Members
Include Inherited Members
The exception that is thrown by methods invoked when a profile page is provisioned.
Constructors
Name | Description | |
---|---|---|
ProfileProvisionException() | Initializes a new instance of the ProfileProvisionException class. | |
ProfileProvisionException(String) | Initializes a new instance of the ProfileProvisionException class. | |
ProfileProvisionException(SerializationInfo, StreamingContext) | Initializes a new instance of the ProfileProvisionException class. | |
ProfileProvisionException(String, Exception) | Initializes a new instance of the ProfileProvisionException class. |
Top