Search Results for

    Show / Hide Table of Contents

    Class DicomCodecException

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

    Constructors

    DicomCodecException(String)

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

    DicomCodecException(String, Exception)

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

    DicomCodecException(String, Object[])

    Declaration
    public DicomCodecException(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