Search Results for

    Show / Hide Table of Contents

    Class DicomReaderException

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

    Constructors

    DicomReaderException(String)

    Declaration
    public DicomReaderException(string message)
    Parameters
    Type Name Description
    String message

    DicomReaderException(String, Exception)

    Declaration
    public DicomReaderException(string message, Exception innerException)
    Parameters
    Type Name Description
    String message
    Exception innerException

    DicomReaderException(String, Object[])

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

    Implements

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