C#
C++
Java
public DicomExceptionCode Code { get; set; }
public final DicomExceptionCode getCode()
public final void setCode(DicomExceptionCode value)
public:
property DicomExceptionCode Code {
DicomExceptionCode get();
void set ( DicomExceptionCode value);
}
An Code value that specifies what caused this exception.
For an example, refer to DicomException.