Search Results for

    Show / Hide Table of Contents

    Class DicomImagingException

    DicomImage operations related exceptions

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

    Constructors

    DicomImagingException(String)

    Initialize new instance of DicomImagingException class

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

    The message that describes the error

    DicomImagingException(String, Exception)

    Initialize new instance of DicomImagingException class

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

    The message that describes the error

    Exception innerException

    The exception that is the cause of the current exception

    DicomImagingException(String, Object[])

    Initialize new instance of DicomImagingException class

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

    The format string the describes the error

    Object[] args

    The format string parameters

    Implements

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