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



    DicomException Constructor(Int32)
    Create a new DicomException
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal code As Integer _
    )
     
    'Usage
     
    Dim code As Integer
     
    Dim instance As New DicomException(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.0 or higher

    See Also