| RuntimeErrorCode Enumeration | 
            Defines error codes for runtime errors.
            
 
Namespace: PDTec.IceNet.Core.RuntimeAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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 |  | 
See Also