PasswordExpiredException Class

Definition

Represents an exception that is thrown when a password to the connection dialog box has expired.

public ref class PasswordExpiredException sealed : ApplicationException
[System.Serializable]
public sealed class PasswordExpiredException : ApplicationException
[<System.Serializable>]
type PasswordExpiredException = class
    inherit ApplicationException
Public NotInheritable Class PasswordExpiredException
Inherits ApplicationException
Inheritance
PasswordExpiredException
Attributes

Constructors

PasswordExpiredException()

Initializes a new instance of the PasswordExpiredException class with a system-supplied message that describes the error.

PasswordExpiredException(String)

Initializes a new instance of the PasswordExpiredException class with a specified message that describes the error.

PasswordExpiredException(String, Exception)

Initializes a new instance of the PasswordExpiredException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Applies to