Class SoLicenseException
Summary description for SoLicenseException.
Implements
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoLicenseException : SoException, ISerializable
Constructors
SoLicenseException(string, bool)
Summary description for SoLicenseException.
Declaration
public SoLicenseException(string licenseName, bool logAsException = true)
Parameters
| Type | Name | Description |
|---|---|---|
| string | licenseName | |
| bool | logAsException |
SoLicenseException(string, string, bool)
Summary description for SoLicenseException.
Declaration
public SoLicenseException(string moduleOwner, string module, bool logAsException = true)
Parameters
| Type | Name | Description |
|---|---|---|
| string | moduleOwner | |
| string | module | |
| bool | logAsException |