DicomException Constructor(Int32,String)
In This Topic
Create a new DicomException
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.String _
)
'Usage
Dim code As System.Integer
Dim val As System.String
Dim instance As New DicomException(code, val)
public DicomException(
System.int ,
System.string
)
public DicomException(
: System.Integer;
: System.String
);
public function DicomException(
: System.int,
: System.String
);
public: DicomException(
System.int ,
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