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