DicomException Constructor(Int32)
In This Topic
Create a new DicomException
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer _
)
'Usage
Dim code As System.Integer
Dim instance As New DicomException(code)
public DicomException(
System.int
)
public DicomException(
: System.Integer
);
public function DicomException(
: System.int
);
public: DicomException(
System.int
)
public:
DicomException(
System.int
)
Parameters
- code
- The DicomObjects error code
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also