←Select platform

Code Property

Summary
Gets or sets the code that caused this exception.
Syntax
C#
VB
C++
Java
public DicomExceptionCode Code { get; set; } 
Public Property Code As DicomExceptionCode 
public final DicomExceptionCode getCode() 
public final void setCode(DicomExceptionCode value) 
public: 
property DicomExceptionCode Code { 
   DicomExceptionCode get(); 
   void set (    DicomExceptionCode value); 
} 

Property Value

An Code value that specifies what caused this exception.

Example

For an example, refer to DicomException.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.