DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomException Class / DicomException Constructor / DicomException Constructor(Int32,String)
Error code
Associated string to be inserted



In This Topic
    DicomException Constructor(Int32,String)
    In This Topic
    Create a new DicomException
    Syntax
    '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
    )

    Parameters

    code
    Error code
    val
    Associated string to be inserted
    Remarks
    This is only intended for internal use, but is made public for use by external codecs
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also