DicomObjects.NET.V8
DicomObjects Namespace / DicomServer Class / ErrorReceived Event



ErrorReceived Event
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
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: .NET CLR 4.0 or higher

See Also