C#
VB
Java
WinRT C#
C++
Gets the error string that corresponds to a specific Code.
public static string GetCodeMessage(
DicomExceptionCode code
)
Public Shared Function GetCodeMessage( _
ByVal code As Leadtools.Dicom.DicomExceptionCode _
) As String
public static string GetCodeMessage(
Leadtools.Dicom.DicomExceptionCode code
)
public static String GetCodeMessage(DicomExceptionCode code)
function Leadtools.Dicom.DicomException.GetCodeMessage(
code
)
public:
static String^ GetCodeMessage(
Leadtools.Dicom.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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET