Share via


PasswordExpiredException 생성자

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

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Public Sub New
‘사용 방법
Dim instance As New PasswordExpiredException()
public PasswordExpiredException()
public:
PasswordExpiredException()
new : unit -> PasswordExpiredException
public function PasswordExpiredException()

주의

This constructor initializes the Message property of the new instance to a system-supplied message that describes the error, such as "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply" This message takes into account the current system culture.

The following table shows the initial property values for an instance of InsufficientMemoryException.

Property

Value

InnerException

nullnull 참조(Visual Basic에서는 Nothing).

Message

The localized error message string.

참고 항목

참조

PasswordExpiredException 클래스

PasswordExpiredException 오버로드

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스

관련 자료

Handling and Throwing Exceptions