Edit

Share via


AccountIsLockedException(String, Uri, Exception) Constructor

Definition

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.

Applies to