C#
VB
C++
Java
Gets or sets the code that caused this exception.
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);
}
An Code value that specifies what caused this exception.