Class SoConsentException
Consent missing from Person
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoConsentException : SoException
Constructors
SoConsentException(String, Boolean)
Exception stating that consent is missing from person.
Declaration
public SoConsentException(string message, bool logAsException = true)
Parameters
Type | Name | Description |
---|---|---|
String | message | Reason. |
Boolean | logAsException |
Extension Methods
EnumUtil.MapEnums<From, To>(From)