C#
C++
Java
public static string GetCodeMessage(
DicomExceptionCode code
)
public static String GetCodeMessage(DicomExceptionCode code)
public:
static String^ GetCodeMessage(
DicomExceptionCode code
)
code
A DicomExceptionCode value to get the string message for.
A String that contains the current message for code.
For an example, refer to DicomException.