Search Results for

    Show / Hide Table of Contents

    Class DicomException

    Base type for all DICOM library exceptions.

    Inheritance
    Object
    Exception
    DicomException
    DicomDataException
    DicomCodecException
    DicomImagingException
    DicomIoException
    DicomReaderException
    DicomNetworkException
    DicomStructuredReportException
    Implements
    ISerializable
    _Exception
    Inherited Members
    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
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class DicomException : Exception, ISerializable, _Exception

    Constructors

    DicomException(String)

    Declaration
    protected DicomException(string message)
    Parameters
    Type Name Description
    String message

    DicomException(String, Exception)

    Declaration
    protected DicomException(string message, Exception innerException)
    Parameters
    Type Name Description
    String message
    Exception innerException

    DicomException(String, Object[])

    Declaration
    protected DicomException(string format, params object[] args)
    Parameters
    Type Name Description
    String format
    Object[] args

    Fields

    OnException

    Declaration
    public static EventHandler<DicomExceptionEventArgs> OnException
    Field Value
    Type Description
    EventHandler<DicomExceptionEventArgs>

    Implements

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