Class SoSentryException
SentryException is thrown by the CheckIfCan() methods on field and tablerights and on sentries. It will use the sentry's descriptive text as the message.
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoSentryException : SoException, ISerializable, _Exception
Constructors
SoSentryException(String)
Exception with a message.
Declaration
public SoSentryException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
SoSentryException(String, Exception)
Sentry exception wrapping another exception.
Declaration
public SoSentryException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | innerException |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)