Class ActivationException
ActivationException thrown when there is error while
performing activation
Assembly: Slps.Domain.Interfaces.dll
Constructors
ActivationException(ActivationError, String, Object[])
Declaration
public ActivationException(ActivationError errorCode, string format, params object[] args)
Parameters
Type |
Name |
Description |
ActivationError |
errorCode |
|
System.String |
format |
|
System.Object[] |
args |
|
Properties
ActivationError
Declaration
public ActivationError ActivationError { get; set; }
Property Value