DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomServer Class / ErrorReceived Event



In This Topic
    ErrorReceived Event
    In This Topic
    This event fires when an error is detected in received data
    Syntax
    'Declaration
     
    
    Public Event ErrorReceived As ErrorReceivedHandler
    'Usage
     
    
    Dim instance As DicomServer
    Dim handler As ErrorReceivedHandler
     
    AddHandler instance.ErrorReceived, handler
    public event ErrorReceivedHandler ErrorReceived
    public:
    event ErrorReceivedHandler^ ErrorReceived
    Remarks

    This may be a DicomException or any other form of Exception. If a DicomException, then more detailed error information may be available through it's properties.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also