←Select platform

GetCodeMessage Method

Summary

Gets the error string that corresponds to a specific Code.

Syntax
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 
)  

Parameters

code
A DicomExceptionCode value to get the string message for.

Return Value

A String that contains the current message for code.

Example

For an example, refer to DicomException.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly