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 |