DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / ErrorEventArgs Class
Properties

In This Topic
    ErrorEventArgs Class Members
    In This Topic

    The following tables list the members exposed by ErrorEventArgs.

    Public Properties
     NameDescription
    Public Property Descripton of the Exception user wish to send back in HTTP response body, this is used to hide the actual exception message  
    Public Property Name of the Exception user wish to send back in HTTP response body  
    Public Property The Exception encountered by the Web Server  
    Public Property Source of the Exception - indicates from which controller the error occured  
    Top
    See Also