Class NoEntitlementAvailableException
This exception is thrown when the requested entitlement is not available.
Inheritance
NoEntitlementAvailableException
Syntax
[Serializable]
[ServiceError(ServiceError.Code.LicensingNoEntitlementAvailable, HttpStatusCode.PaymentRequired)]
public class NoEntitlementAvailableException : ServiceException, ISerializable, _Exception
Constructors
NoEntitlementAvailableException()
Declaration
public NoEntitlementAvailableException()
NoEntitlementAvailableException(SerializationInfo, StreamingContext)
Declaration
protected NoEntitlementAvailableException(SerializationInfo info, StreamingContext context)
Parameters
NoEntitlementAvailableException(String)
Declaration
public NoEntitlementAvailableException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
NoEntitlementAvailableException(String, Exception)
Declaration
public NoEntitlementAvailableException(string message, Exception innerException)
Parameters
NoEntitlementAvailableException(ServiceError)
Declaration
public NoEntitlementAvailableException(ServiceError error)
Parameters