- status
- The DICOM command status corresponding to the error.
- error
- The error that occured.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub SendErrorResponse( _ ByVal status As DicomCommandStatusType, _ ByVal error As Exception _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As NCreateCommand Dim status As DicomCommandStatusType Dim error As Exception instance.SendErrorResponse(status, error) |
C# | |
---|---|
protected override void SendErrorResponse( DicomCommandStatusType status, Exception error ) |
C++/CLI | |
---|---|
protected: void SendErrorResponse( DicomCommandStatusType status, Exception^ error ) override |
Parameters
- status
- The DICOM command status corresponding to the error.
- error
- The error that occured.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7