Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomExceptionEventArgs

    Inheritance
    System.Object
    System.EventArgs
    DicomExceptionEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom
    Assembly: fo-dicom.core.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

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors