'Declaration Public Function New( _ ByVal code As Integer, _ ByVal val As String _ )
'Usage Dim code As Integer Dim val As String Dim instance As New DicomException(code, val)
public DicomException( int code, string val )
public: DicomException( int code, String^ val )
Target Platforms: .NET CLR 4.0 or higher
DicomException Class DicomException Members Overload List