IncorrectPasswordException
IncorrectPasswordException(string)
初始化IncorrectPasswordException类.
public IncorrectPasswordException(string message)
| 范围 | 类型 | 描述 |
|---|---|---|
| message | String | 描述错误的消息。 |
也可以看看
IncorrectPasswordException(string, Exception)
初始化IncorrectPasswordException类.
public IncorrectPasswordException(string message, Exception innerException)
| 范围 | 类型 | 描述 |
|---|---|---|
| message | String | 解释异常原因的错误消息。 |
| innerException | Exception | 导致当前异常的异常,如果未指定内部异常,则为空引用(Visual Basic 中为 Nothing)。 |