Class SoLicenseException
Summary description for SoLicenseException.
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoLicenseException : SoException
Constructors
SoLicenseException(String, Boolean)
Summary description for SoLicenseException.
Declaration
public SoLicenseException(string licenseName, bool logAsException = true)
Parameters
Type | Name | Description |
---|---|---|
String | licenseName | |
Boolean | logAsException |
SoLicenseException(String, String, Boolean)
Summary description for SoLicenseException.
Declaration
public SoLicenseException(string moduleOwner, string module, bool logAsException = true)
Parameters
Type | Name | Description |
---|---|---|
String | moduleOwner | |
String | module | |
Boolean | logAsException |
Extension Methods
EnumUtil.MapEnums<From, To>(From)