Class SoSessionException
Exception thrown when a valid session is missing
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoSessionException : SoException, ISerializable, _Exception
Constructors
SoSessionException(String)
Exception thrown when a valid session is missing
Declaration
public SoSessionException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Reason for misssing the exception |
SoSessionException(String, Exception)
Exception thrown when a valid session is missing
Declaration
public SoSessionException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | Reason for misssing the exception |
Exception | innerException | Inner exception causing the exception to be raised |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)