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