Search Results for

    Show / Hide Table of Contents

    Class DicomFileException

    Inheritance
    Object
    Exception
    DicomException
    DicomDataException
    DicomFileException
    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
    Assembly: cs.temp.dll.dll
    Syntax
    public class DicomFileException : DicomDataException, ISerializable, _Exception

    Constructors

    DicomFileException(DicomFile, String)

    Declaration
    public DicomFileException(DicomFile file, string message)
    Parameters
    Type Name Description
    DicomFile file
    String message

    DicomFileException(DicomFile, String, Exception)

    Declaration
    public DicomFileException(DicomFile file, string message, Exception innerException)
    Parameters
    Type Name Description
    DicomFile file
    String message
    Exception innerException

    DicomFileException(DicomFile, String, Object[])

    Declaration
    public DicomFileException(DicomFile file, string format, params object[] args)
    Parameters
    Type Name Description
    DicomFile file
    String format
    Object[] args

    Properties

    File

    Declaration
    public DicomFile File { get; }
    Property Value
    Type Description
    DicomFile

    Implements

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