IncorrectPasswordException

IncorrectPasswordException()

初始化 IncorrectPasswordException 类的新实例。

public IncorrectPasswordException()

也可以看看


IncorrectPasswordException(string, Exception)

使用指定的错误消息和对导致此异常的内部异常的引用来初始化 IncorrectPasswordException 类的新实例。

public IncorrectPasswordException(string message, Exception innerException)
范围 类型 描述
message String 消息,描述异常上下文
innerException Exception 内部异常

也可以看看