Class SoFeatureToggleException
Feature Toggle missing.
Implements
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoFeatureToggleException : SoException, ISerializable
Constructors
SoFeatureToggleException(string, bool)
Feature Toggle missing.
Declaration
public SoFeatureToggleException(string featureToggle, bool logAsException = true)
Parameters
| Type | Name | Description |
|---|---|---|
| string | featureToggle | |
| bool | logAsException |
SoFeatureToggleException(string, string, bool)
Feature Toggle missing.
Declaration
public SoFeatureToggleException(string featureToggle, string description, bool logAsException = true)
Parameters
| Type | Name | Description |
|---|---|---|
| string | featureToggle | |
| string | description | |
| bool | logAsException |