DicomObjects.NET.8.48 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 System.Integer, _
       ByVal val As System.String _
    )
    'Usage
     
    
    Dim code As System.Integer
    Dim val As System.String
     
    Dim instance As New DicomException(code, val)
    public DicomException( 
       System.int code,
       System.string val
    )
    public DicomException( 
        code: System.Integer;
        val: System.String
    ); 
    public function DicomException( 
       code : System.int,
       val : System.String
    );
    public: DicomException( 
       System.int code,
       System.string* val
    )
    public:
    DicomException( 
       System.int code,
       System.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: .NET CLR 4.8 or higher

    See Also