DicomException Constructor(Int32,String)
In This Topic
Create a new DicomException
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.String _
)
public DicomException(
System.int ,
System.string
)
Parameters
- code
- Error code
- val
- Associated string to be inserted
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also