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.
Implements
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoSentryException : SoException, ISerializable
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 |