IncorrectPasswordException

IncorrectPasswordException(string)

初始化IncorrectPasswordException类.

public IncorrectPasswordException(string message)
范围类型描述
messageString描述错误的消息。

也可以看看


IncorrectPasswordException(string, Exception)

初始化IncorrectPasswordException类.

public IncorrectPasswordException(string message, Exception innerException)
范围类型描述
messageString解释异常原因的错误消息。
innerExceptionException导致当前异常的异常,如果未指定内部异常,则为空引用(Visual Basic 中为 Nothing)。

也可以看看