- code
 - A DicomExceptionCode value to get the string message for.
 
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function GetCodeMessage( _ ByVal code As DicomExceptionCode _ ) As String  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public static string GetCodeMessage( DicomExceptionCode code )  | |
| C++/CLI | |
|---|---|
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.For an example, refer to DicomException.
 
            
 
            
            
            Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code