Class DicomException
Base type for all DICOM library exceptions.
Inheritance
System.Object
System.Exception
DicomException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FellowOakDicom
Assembly: fo-dicom.core.dll
Syntax
public abstract class DicomException : Exception, ISerializable
Constructors
DicomException(String)
Declaration
protected DicomException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
DicomException(String, Exception)
Declaration
protected DicomException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |
Fields
OnException
Declaration
public static EventHandler<DicomExceptionEventArgs> OnException
Field Value
Type | Description |
---|---|
System.EventHandler<DicomExceptionEventArgs> |
Implements
System.Runtime.Serialization.ISerializable