PasswordRequiredException

PasswordRequiredException()

PasswordRequiredException 클래스의 새 인스턴스를 초기화합니다.

public PasswordRequiredException()

또한보십시오


PasswordRequiredException(string, Exception)

지정된 오류 메시지와 이 예외의 원인인 내부 예외에 대한 참조를 사용하여 PasswordRequiredException 클래스의 새 인스턴스를 초기화합니다.

public PasswordRequiredException(string message, Exception innerException)
모수 유형 설명
message String 예외 컨텍스트를 설명하는 메시지
innerException Exception 내부 예외

또한보십시오