Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomException Constructor(String,DicomExceptionCode)








A String that describes the error. The content of message is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
A Code that specifies what caused this exception.
Initializes a new instance of the DicomException class with its Message string set to message, its Code set to code and its inner exception set to a null reference (Nothing in Visual Basic).
Syntax
public DicomException( 
   string message,
   DicomExceptionCode code
)
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal code As DicomExceptionCode _
)
'Usage
 
Dim message As String
Dim code As DicomExceptionCode
 
Dim instance As New DicomException(message, code)
public DicomException( 
   string message,
   DicomExceptionCode code
)
public DicomException(String message, DicomExceptionCode code) 
function DicomException( 
   message ,
   code 
)
public:
DicomException( 
   String^ message,
   DicomExceptionCode code
)

Parameters

message
A String that describes the error. The content of message is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
code
A Code that specifies what caused this exception.
Example
For an example, refer to DicomException.
Requirements

Target Platforms

See Also

Reference

DicomException Class
DicomException Members
Overload List

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features