Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal errorDescription As String, _ ByVal errorStatus As DicomCommandStatusType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim errorDescription As String Dim errorStatus As DicomCommandStatusType Dim instance As New CustomCommandException(errorDescription, errorStatus) |
C# | |
---|---|
public CustomCommandException( string errorDescription, DicomCommandStatusType errorStatus ) |
C++/CLI | |
---|---|
public: CustomCommandException( String^ errorDescription, DicomCommandStatusType errorStatus ) |
Parameters
- errorDescription
- A description message which contains information about the exception.
- errorStatus
- The DICOM error code.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7