Search Results for

    Show / Hide Table of Contents

    Class DicomExceptionEventArgs

    Inheritance
    Object
    EventArgs
    DicomExceptionEventArgs
    Inherited Members
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom
    Assembly: cs.temp.dll.dll
    Syntax
    public class DicomExceptionEventArgs : EventArgs

    Constructors

    DicomExceptionEventArgs(DicomException)

    Declaration
    public DicomExceptionEventArgs(DicomException ex)
    Parameters
    Type Name Description
    DicomException ex

    Fields

    Exception

    Declaration
    public readonly DicomException Exception
    Field Value
    Type Description
    DicomException
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors