Class NoSeatEntitlementException
This exception is thrown when no entitlement exist for the requested floating license.
Inheritance
NoSeatEntitlementException
Syntax
[Serializable]
[ServiceError(ServiceError.Code.LegacyNotCompliant, HttpStatusCode.BadRequest)]
public class NoSeatEntitlementException : ServiceException, ISerializable, _Exception
Constructors
NoSeatEntitlementException()
Declaration
public NoSeatEntitlementException()
NoSeatEntitlementException(SerializationInfo, StreamingContext)
Declaration
protected NoSeatEntitlementException(SerializationInfo info, StreamingContext context)
Parameters
NoSeatEntitlementException(String)
Declaration
public NoSeatEntitlementException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
NoSeatEntitlementException(String, Exception)
Declaration
public NoSeatEntitlementException(string message, Exception innerException)
Parameters
NoSeatEntitlementException(ServiceError)
Declaration
public NoSeatEntitlementException(ServiceError error)
Parameters