AccountIsLockedException(String, Uri, Exception) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AccountIsLockedException class.
public:
AccountIsLockedException(System::String ^ message, Uri ^ accountUnlockUrl, Exception ^ innerException);
public AccountIsLockedException (string message, Uri accountUnlockUrl, Exception innerException);
Public Sub New (message As String, accountUnlockUrl As Uri, innerException As Exception)
Parameters
- message
- String
An error message.
- accountUnlockUrl
- Uri
The URL that the client navigates to unlock an account.
- innerException
- Exception
The inner exception.