Class DicomRequestTimedOutException
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
public class DicomRequestTimedOutException : DicomNetworkException, ISerializable
- Inheritance
-
DicomRequestTimedOutException
- Implements
- Inherited Members
- Extension Methods
Constructors
DicomRequestTimedOutException(DicomRequest, TimeSpan)
public DicomRequestTimedOutException(DicomRequest request, TimeSpan timeout)
Parameters
request
DicomRequesttimeout
TimeSpan
Properties
Request
public DicomRequest Request { get; }
Property Value
TimeOut
public TimeSpan TimeOut { get; }