Table of Contents

Class DicomAssociationRejectedException

Namespace
FellowOakDicom.Network
Assembly
fo-dicom.core.dll
public class DicomAssociationRejectedException : DicomNetworkException, ISerializable
Inheritance
DicomAssociationRejectedException
Implements
Inherited Members
Extension Methods

Constructors

DicomAssociationRejectedException(DicomRejectResult, DicomRejectSource, DicomRejectReason)

public DicomAssociationRejectedException(DicomRejectResult result, DicomRejectSource source, DicomRejectReason reason)

Parameters

result DicomRejectResult
source DicomRejectSource
reason DicomRejectReason

Properties

RejectReason

public DicomRejectReason RejectReason { get; }

Property Value

DicomRejectReason

RejectResult

public DicomRejectResult RejectResult { get; }

Property Value

DicomRejectResult

RejectSource

public DicomRejectSource RejectSource { get; }

Property Value

DicomRejectSource