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