Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomException

    Base type for all DICOM library exceptions.

    Inheritance
    System.Object
    System.Exception
    DicomException
    DicomDataException
    DicomCodecException
    DicomImagingException
    DicomIoException
    DicomReaderException
    DicomNetworkException
    DicomStructuredReportException
    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
    Assembly: fo-dicom.core.dll
    Syntax
    public abstract class DicomException : Exception, ISerializable

    Constructors

    DicomException(String)

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

    DicomException(String, Exception)

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

    Fields

    OnException

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

    Implements

    System.Runtime.Serialization.ISerializable

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors