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 public enum RuntimeErrorCode
Members
| Member name | Value | Description |
---|
| Unexpected | 1000 | |
| InternalError | 1001 | |
| RuntimeModeMethodNotAvailable | 1020 | |
| LicenseFileNotFound | 1100 | |
| LicenseFileFormatError | 1101 | |
| LicenseFileCannotAccess | 1102 | |
| LicenseWrongSchema | 1103 | |
| LicenseInvalidSignature | 1104 | |
| LicenseMissingInformation | 1105 | |
| LicenseServiceCannotConnect | 1106 | |
| LicenseServiceInvalidData | 1107 | |
| LicenseServerDoesNotMatch | 1108 | |
| LicenseExpired | 1109 | |
| LicenseRestrictionDoesNotMatch | 1110 | |
| LicenseConcurrentUserNameEmpty | 1111 | |
| LicenseConcurrentUserNameNotAUser | 1112 | |
| LicenseNotYetStarted | 1113 | |
| LicenseCertificateContentMismatch | 1114 | |
| LicenseLicensedNamedUsersNotSufficient | 1120 | |
| LicenseLicensedConcurrentUsersNotSufficient | 1121 | |
| LicenseFeatureLicensedUsersNotSufficient | 1140 | |
| LicenseFeatureNotLicensed | 1141 | |
| ConfigurationError | 1200 | |
| ParamIsNull | 1300 | |
| ParamIsEmpty | 1301 | |
| ParamInvalidValue | 1302 | |
| ParamInvalidChar | 1303 | |
| XmlError | 1400 | |
| SecurityError | 1500 | |
| CryptographicError | 1520 | |
| ServiceError | 1600 | |
| ServiceCannotRetrieveParameters | 1601 | |
See Also