C#
VB
C++
Java
public static string GetCodeMessage(
DicomExceptionCode code
)
Public Shared Function GetCodeMessage( _
ByVal code As DicomExceptionCode _
) As String
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.