Click or drag to resize

RuntimeErrorCode Enumeration

Defines error codes for runtime errors.

Namespace:  PDTec.IceNet.Core.Runtime
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public enum RuntimeErrorCode
Members
  Member nameValueDescription
Unexpected1000
InternalError1001
RuntimeModeMethodNotAvailable1020
LicenseFileNotFound1100
LicenseFileFormatError1101
LicenseFileCannotAccess1102
LicenseWrongSchema1103
LicenseInvalidSignature1104
LicenseMissingInformation1105
LicenseServiceCannotConnect1106
LicenseServiceInvalidData1107
LicenseServerDoesNotMatch1108
LicenseExpired1109
LicenseRestrictionDoesNotMatch1110
LicenseConcurrentUserNameEmpty1111
LicenseConcurrentUserNameNotAUser1112
LicenseNotYetStarted1113
LicenseCertificateContentMismatch1114
LicenseLicensedNamedUsersNotSufficient1120
LicenseLicensedConcurrentUsersNotSufficient1121
LicenseFeatureLicensedUsersNotSufficient1140
LicenseFeatureNotLicensed1141
ConfigurationError1200
ParamIsNull1300
ParamIsEmpty1301
ParamInvalidValue1302
ParamInvalidChar1303
XmlError1400
SecurityError1500
CryptographicError1520
ServiceError1600
ServiceCannotRetrieveParameters1601
See Also