Search Results for

    Show / Hide Table of Contents

    Class DicomAssociationAbortedException

    Inheritance
    Object
    Exception
    DicomException
    DicomNetworkException
    DicomAssociationAbortedException
    Implements
    ISerializable
    _Exception
    Inherited Members
    DicomException.OnException
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public class DicomAssociationAbortedException : DicomNetworkException, ISerializable, _Exception

    Constructors

    DicomAssociationAbortedException(DicomAbortSource, DicomAbortReason)

    Declaration
    public DicomAssociationAbortedException(DicomAbortSource source, DicomAbortReason reason)
    Parameters
    Type Name Description
    DicomAbortSource source
    DicomAbortReason reason

    Properties

    AbortReason

    Declaration
    public DicomAbortReason AbortReason { get; }
    Property Value
    Type Description
    DicomAbortReason

    AbortSource

    Declaration
    public DicomAbortSource AbortSource { get; }
    Property Value
    Type Description
    DicomAbortSource

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors