Leadtools.Dicom Namespace : DicomExceptionCode Enumeration |
public enum DicomExceptionCode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomExceptionCode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomExceptionCode
public enum DicomExceptionCode : System.IComparable, System.IConvertible, System.IFormattable
public enum DicomExceptionCode
Leadtools.Dicom.DicomExceptionCode = function() { }; Leadtools.Dicom.DicomExceptionCode.prototype = {
Success = 0x00000000, SupportLocked = 0x00000001, NoMemory = 0x00000002, Open = 0x00000003, Read = 0x00000004, Write = 0x00000005, Seek = 0x00000006, End = 0x00000007, Format = 0x00000008, Parameter = 0x00000009, Image = 0x0000000A, Compression = 0x0000000B, PhotometricInterpretation = 0x0000000C, Conversion = 0x0000000D, Range = 0x0000000E, BitsPerPixel = 0x0000000F, QualityFactor = 0x00000010, BadPDUType = 0x00000011, BadPDULength = 0x00000012, BadPDUID = 0x00000013, NetFailure = 0x0000001D, NetAccess = 0x0000001E, NetAddressInUse = 0x0000001F, NetAddressNotAvailable = 0x00000020, NetAddressNotSupported = 0x00000021, NetConnectionAborted = 0x00000022, NetConnectionRefused = 0x00000023, NetConnectionReset = 0x00000024, NetDestinationRequired = 0x00000025, NetArgumentIncorrect = 0x00000026, NetBlockingOperationInProgress = 0x00000027, NetBlockingCanceled = 0x00000028, NetInvalidSocket = 0x00000029, NetSocketAlreadyConnected = 0x0000002A, NetNoMoreFile = 0x0000002B, NetMessageSize = 0x0000002C, NetDown = 0x0000002D, NetReset = 0x0000002E, NetUnReach = 0x0000002F, NetNoBuffers = 0x00000030, NetNotConnected = 0x00000031, NetNotSocket = 0x00000032, NetOperationNotSupported = 0x00000033, NetProtocolNotSupported = 0x00000034, NetProtocolType = 0x00000035, NetShutdown = 0x00000036, NetSocketNotSupported = 0x00000037, NetTimeout = 0x00000038, NetWouldBlock = 0x00000039, NetHostNotFound = 0x0000003A, NetNoData = 0x0000003B, NetNoRecovery = 0x0000003C, NetNotInitialised = 0x0000003D, NetSystemNotReady = 0x0000003E, NetTryAgain = 0x0000003F, NetVersionNotSupported = 0x00000040, NetSecurityBreach = 0x00000041, TLSInternalError = 0x00000042, SecurityLocked = 0x00000043, TLSLibraryNotLoaded = 0x00000044, BadSecurityMode = 0x00000045, AnnotationFailure = 0x00000046, AnnotationSupport = 0x00000047, AnnotationAssemblyMissing = 0x00000048, TagAlreadyExists = 0x00000049, AnnotationFileDoesntExist = 0x0000004A, ISCLBadOption = 0x00000064, ElementLengthOdd = 0x00000064, ISCLBadLength = 0x00000065, ISCLLocalIccard = 0x00000066, ISCLRemoteIccard = 0x00000067, ISCLBadMsgid = 0x00000068, ISCLBadVersion = 0x00000069, ISCLBadMutualAuthMethod = 0x0000006A, ISCLBadCommblockLength = 0x0000006B, ISCLReceivedNak = 0x0000006C, ISCLMsgTransmission = 0x0000006D, ISCLPeerSmallLength = 0x0000006E, ISCLLocalSmallLength = 0x0000006F, ISCLDecrypt = 0x00000070, ISCLBadMac = 0x00000071, ISCLRndNoForSessionKeyExpected = 0x00000072, ISCLPeerRefuseClose = 0x00000073, TLSCloseNotify = 0x00000080, TLSUnexpectedMessage = 0x00000081, TLSBadRecordMac = 0x00000082, TLSDecryptFailed = 0x00000083, TLSRecordOverflow = 0x00000084, TLSDecompressionFailure = 0x00000085, TLSHandshakeFailure = 0x00000086, TLSBadCertificate = 0x00000087, TLSUnsupportedCertificate = 0x00000088, TLSCertificateRevoked = 0x00000089, TLSCertificateExpired = 0x0000008A, TLSCertificateUnknown = 0x0000008B, TLSIllegalParameter = 0x0000008C, TLSUnknownCa = 0x0000008D, TLSAccessDenied = 0x0000008E, TLSDecodeError = 0x0000008F, TLSDecryptError = 0x00000090, TLSExportRestriction = 0x00000091, TLSProtocolVersion = 0x00000092, TLSInsufficientSecurity = 0x00000093, TLSInternalError1 = 0x00000094, TLSUserCanceled = 0x00000095, TLSNoRenegotiation = 0x00000096, TLSNoKeepalive = 0x00000097, TLSClosedControlled = 0x00000098, TLSUnableToGetIssuerCert = 0x000000A0, TLSUnableToGetCrl = 0x000000A1, TLSUnableToDecryptCertSignature = 0x000000A2, TLSUnableToDecryptCrlSignature = 0x000000A3, TLSUnableToDecodeIssuerPublicKey = 0x000000A4, TLSCertSignatureFailure = 0x000000A5, TLSCrlSignatureFailure = 0x000000A6, TLSCertNotYetValid = 0x000000A7, TLSCertHasExpired = 0x000000A8, TLSCrlNotYetValid = 0x000000A9, TLSCrlHasExpired = 0x000000AA, TLSErrorInCertNotBeforeField = 0x000000AB, TLSErrorInCertNotAfterField = 0x000000AC, TLSErrorInCrlLastUpdateField = 0x000000AD, TLSErrorInCrlNextUpdateField = 0x000000AE, TLSOutOfMem = 0x000000AF, TLSDepthZeroSelfSignedCert = 0x000000B0, TLSSelfSignedCertInChain = 0x000000B1, TLSUnableToGetIssuerCertLocally = 0x000000B2, TLSUnableToVerifyLeafSignature = 0x000000B3, TLSCertChainTooLong = 0x000000B4, TLSCertRevoked = 0x000000B5, TLSInvalidCa = 0x000000B6, TLSPathLengthExceeded = 0x000000B7, TLSInvalidPurpose = 0x000000B8, TLSCertUntrusted = 0x000000B9, TLSCertRejected = 0x000000BA, TLSSubjectIssuerMismatch = 0x000000BB, TLSAkidSkidMismatch = 0x000000BC, TLSAkidIssuerSerialMismatch = 0x000000BD, TLSKeyusageNoCertsign = 0x000000BE, TLSApplicationVerification = 0x000000BF, TLSInvalidCtx = 0x000000C0, TLSInvalidCtxVerifyDepth = 0x000000C1, TLSInvalidCtxVerifyMode = 0x000000C2, TLSInvalidCtxCafile = 0x000000C3, DICOMDIRFolder = 0x000000C8, File = 0x000000C9, FileId = 0x000000CA, J2KLocked = 0x000000CB, LutDescriptorMissing = 0x000000CC, ModalityLutMissing = 0x000000CD, BadPixelRepresentation = 0x000000CE, PaletteColorLutDataMissing = 0x000000CF, FeatureNotSupported = 0x000000D0, VoiLutMissing = 0x000000D1, OverlayAttributesMissing = 0x000000D2, OverlayActivationLayerMissing = 0x000000D3, OverlayDataMissing = 0x000000D4, InvalidStructSize = 0x000000D5, NULLPointer = 0x000000D6, ImageProcessingAssemblyMissing = 0x000000D7, CryptoLibraryLoadFailed = 0x000000D8, InvalidMacTransferSyntax = 0x000000D9, PrivateKeyLoadFailed = 0x000000DA, CertificateLoadFailed = 0x000000DB, CertificateReadFailed = 0x000000DC, KeysMismatch = 0x000000DD, InvalidMacAlgorithm = 0x000000DE, InvalidEncryptionAlgorithm = 0x000000DF, MacIDNumberAllocateFailed = 0x000000E0, CryptoLibFailure = 0x000000E1, MacParameterMissing = 0x000000E2, MacIDNumberMissing = 0x000000E3, UnknownMacAlgorithm = 0x000000E4, SignatureMissing = 0x000000E5, InvalidSignature = 0x000000E6, CmpCodecMissing = 0x000000E7, J2KCodecMissing = 0x000000E8, CantReplaceExistingCharacterSet = 0x000000E9, PrivateCreatorGroupInvalid = 0x000000EB, PrivateCreatorDataElementAlreadyExist = 0x000000EC, ElementAlreadyExists = 0x000000EC, PrivateCreatorDataElementAlreadyExists = 0x000000EC, PrivateCreatorDataElementMissing = 0x000000ED, PrivateCreatorElementsAllAllocated = 0x000000EE, PrivateCreatorElementInvalid = 0x000000EF, EncapsulatedDocumentMissing = 0x000000F0, InvalidElementLength = 0x000000F1, EncapsulatedDocumentFailure = 0x000000F2, EncapsulatedDocumentInvalidType = 0x000000F3, PrintSCUClassNotSupported = 0x0000012D, PrintSCUTimeout = 0x0000012E, PrintSCUAssociateRQRejected = 0x0000012F, PrintSCUFailureStatus = 0x00000130, SopInstanceUidAlreadyExists = 0x00000131, IncompatibleListOfImages = 0x00000132, Ipv4Ipv6Conflict = 0x00000133, JlsFilterMissing = 0x00000134, XmlInvalidFormat = 0x00000190, XmlModuleListMissing = 0x00000191, XmlInvalidIodList = 0x00000192, XmlInvalidIodModuleItem = 0x00000193, XmlModuleNotFound = 0x00000194, XmlInvalidModuleElement = 0x00000195, XmlInvalidModuleList = 0x00000196, XmlInvalidModulelistModuleAttribute = 0x00000197, XmlInvalidIodListModuleAttribute = 0x00000198, XmlInvalidIodListIodAttribute = 0x00000199, XmlInvalidElementList = 0x0000019A, XmlInvalidElementListItemAttribute = 0x0000019B, XmlInvalidUidListItemAttribute = 0x0000019C, XmlInvalidConceptGroupList = 0x0000019D, XmlInvalidContextGroupAttribute = 0x0000019E, XmlInvalidCodedConceptAttribute = 0x0000019F, TransferSyntaxNotSupported = 0x000001A1, };
public enum class DicomExceptionCode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomExceptionCode