Class SoInvalidPasswordException
Exception thrown when a invalid password has been encountered.
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoInvalidPasswordException : SoException, ISerializable, _Exception
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. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)