Class SoInvalidPasswordException
Exception thrown when a invalid password has been encountered.
Implements
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoInvalidPasswordException : SoException, ISerializable
Constructors
SoInvalidPasswordException(string)
Default constructor.
Declaration
public SoInvalidPasswordException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Error message. |
SoInvalidPasswordException(string, Exception)
Default constructor.
Declaration
public SoInvalidPasswordException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Error message. |
| Exception | innerException | Inner exception. |