Class DicomAssociationRejectedException
Inheritance
System.Object
System.Exception
DicomAssociationRejectedException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FellowOakDicom.Network
Assembly: fo-dicom.core.dll
Syntax
public class DicomAssociationRejectedException : DicomNetworkException, ISerializable
Constructors
DicomAssociationRejectedException(DicomRejectResult, DicomRejectSource, DicomRejectReason)
Declaration
public DicomAssociationRejectedException(DicomRejectResult result, DicomRejectSource source, DicomRejectReason reason)
Parameters
Type | Name | Description |
---|---|---|
DicomRejectResult | result | |
DicomRejectSource | source | |
DicomRejectReason | reason |
Properties
RejectReason
Declaration
public DicomRejectReason RejectReason { get; }
Property Value
Type | Description |
---|---|
DicomRejectReason |
RejectResult
Declaration
public DicomRejectResult RejectResult { get; }
Property Value
Type | Description |
---|---|
DicomRejectResult |
RejectSource
Declaration
public DicomRejectSource RejectSource { get; }
Property Value
Type | Description |
---|---|
DicomRejectSource |
Implements
System.Runtime.Serialization.ISerializable