←Select platform

GetCodeMessage Method

Summary

Gets the error string that corresponds to a specific Code.

Syntax

C#
VB
Java
WinRT C#
C++
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 
)  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly