DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomException Class / DicomException Constructor / DicomException Constructor(Int32)
The DicomObjects error code






In This Topic
    DicomException Constructor(Int32)
    In This Topic
    Create a new DicomException
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal code As System.Integer _
    )
    'Usage
     
    
    Dim code As System.Integer
     
    Dim instance As New DicomException(code)
    public DicomException( 
       System.int code
    )
    public DicomException( 
        code: System.Integer
    ); 
    public function DicomException( 
       code : System.int
    );
    public: DicomException( 
       System.int code
    )
    public:
    DicomException( 
       System.int code
    )

    Parameters

    code
    The DicomObjects error code
    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