[]
Initializes a new instance of the InvalidPasswordException class with a specific error message.
public InvalidPasswordException(string message)
| Type | Name | Description |
|---|---|---|
| string | message |
Initializes a new instance of the InvalidPasswordException class with a default error message.
public InvalidPasswordException()
Initializes a new instance of the InvalidPasswordException class with serialized data.
protected InvalidPasswordException(SerializationInfo info, StreamingContext context)
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | The object that holds the serialized object data. |
| StreamingContext | context | Contextual information about the source or destination. |
This constructor is necessary for proper support of ASP.NET and .net remoting channels.