←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.