Table of Contents

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 DicomRequest
timeout TimeSpan

Properties

Request

public DicomRequest Request { get; }

Property Value

DicomRequest

TimeOut

public TimeSpan TimeOut { get; }

Property Value

TimeSpan