• Programming Guide
  • Api Documentation
  • OnixS .NET Core CME Straight Through Processing Handler, version 3.5.0
Show / Hide Table of Contents
  • OnixS.CmeStpHandler
    • AllocationIndicator
    • AssetAttribute
    • AveragePricingIndicator
    • ClearedIndicator
    • ClearingIntention
    • ClearingRequirementException
    • ClearingTransformationType
    • CollateralInstrument
    • CollateralReport
    • CollateralReportEventArgs
    • CollateralReportTransactionType
    • CollateralStatus
    • CommissionAmountType
    • CommissionBasis
    • CommissionData
    • Commodity
    • CommodityBase
    • CustomerCapacity
    • Date
    • DeliveryRestriction
    • DeliveryStream
    • DifferentialPriceType
    • ErrorEventArgs
    • Event
    • EventDateType
    • ExecutionMethod
    • ExerciseStyle
    • FeeQuantityThresholdIndicator
    • FinancingDetails
    • FixedPaymentStream
    • FixmlMessageEventArgs
    • FloatPaymentStream
    • FrequencyUnit
    • IncludeCollateralIndicator
    • InstrumentStream
    • Leg
    • LegAlternativeID
    • LicenseException
    • LicenseExpiredException
    • LicenseNotFoundException
    • LiquidityFlag
    • ManualOrderIndicator
    • MultiLegReportingType
    • NonDisclosedIndicator
    • OffsetInstruction
    • OptionExercise
    • OptionExerciseDate
    • OptionExerciseTimeFrame
    • OriginalTimeUnit
    • Party
    • PartyIDSource
    • PartyRole
    • PartySubID
    • PartySubIDType
    • Payment
    • PaymentDates
    • PaymentStream
    • PaymentType
    • PositionAmountData
    • PositionAmountType
    • PostTradeType
    • PostTrdTyp
    • PriceSubType
    • PriceType
    • Prod
    • ProxySettings
    • PutOrCall
    • QtyType
    • RegulatoryTradeIDEvent
    • RegulatoryTradeIDType
    • RegulatoryTradeIdentifier
    • RelatedInstrument
    • RelatedSecurityType
    • RelatedTrade
    • RelatedTradeIDSource
    • ReportAlternateID
    • ReportInstrument
    • ReportSide
    • RequestInstrument
    • RequestNotFoundException
    • RequestParty
    • RestructuringType
    • RootParty
    • RootPartyIDSource
    • SecurityIDSource
    • SecurityType
    • Session
    • SettlementFlowType
    • SettlementHolidaysProcessingInstruction
    • SettlementMethod
    • SettlementPeriod
    • Side
    • SideRegulatoryTrade
    • SplitIndicator
    • StreamType
    • SubscriptionRequestType
    • SubstitutionIndicator
    • TimestampType
    • TradeCaptureDate
    • TradeCaptureReport
    • TradeCaptureReportEventArgs
    • TradeCaptureReportRequest
    • TradeCaptureReportRequestAcknowledgement
    • TradeCaptureReportRequestAcknowledgementEventArgs
    • TradeCaptureReportRequestEventArgs
    • TradeCollateralStatus
    • TradeCollateralization
    • TradeIDEvent
    • TradeIDScope
    • TradeIDType
    • TradeLeg
    • TradePartyType
    • TradePriceNegotiationMethod
    • TradePriceStatus
    • TradeRegulationPublication
    • TradeRegulationPublicationReason
    • TradeRegulationPublicationType
    • TradeReportTransType
    • TradeReportType
    • TradeRequestResult
    • TradeRequestStatus
    • TradeRequestType
    • TradeStatus
    • TradeSubType
    • TradeTimeStamp
    • TradeType
    • TrnsfrRsn
    • UnderlyingInstrument
    • UnderlyingPriceDeterminationMethod
    • UnderlyingSymbolSfx
    • UnitOfMeasure
    • VenuTyp
    • VenueSubType
    • VenueType
    • Yield

Class LicenseException

This exception was thrown if corrupted or expired license found.

Inheritance
object
Exception
LicenseException
LicenseExpiredException
LicenseNotFoundException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
[Serializable]
public class LicenseException : Exception, ISerializable

Constructors

LicenseException()

Initializes a new instance of the Exception class.

Declaration
public LicenseException()

LicenseException(SerializationInfo, StreamingContext)

Initializes a new instance of the Exception class with serialized data.

Declaration
protected LicenseException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The SerializationInfo that holds the serialized object data about the exception being thrown.

StreamingContext context

The StreamingContext that contains contextual information about the source or destination.

LicenseException(string)

Initializes a new instance of the Exception class with a specified error message.

Declaration
public LicenseException(string message)
Parameters
Type Name Description
string message

The message that describes the error.

LicenseException(string, Exception)

Initializes a new instance of the Exception class with a specified error message and inner exception.

Declaration
public LicenseException(string message, Exception inner)
Parameters
Type Name Description
string message

The message that describes the error.

Exception inner

Inner Exception.

Implements

ISerializable
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX