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