Class DicomImageException
Namespace: Aspose.Imaging.CoreExceptions.ImageFormats
Assembly: Aspose.Imaging.dll (25.2.0)
استثنای تصویر Dicom.
public class DicomImageException : Exception, ISerializable
وراثت
object ← Exception ← DicomImageException
پیادهسازیها
اعضای ارث برده شده
Exception.GetBaseException(), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
سازندهها
DicomImageException(string)
یک نمونه جدید از کلاس Aspose.Imaging.CoreExceptions.ImageFormats.DicomImageException را مقداردهی اولیه میکند.
public DicomImageException(string message)
پارامترها
message
string
پیام.
DicomImageException(string, Exception)
یک نمونه جدید از کلاس Aspose.Imaging.CoreExceptions.ImageFormats.DicomImageException را مقداردهی اولیه میکند.
public DicomImageException(string message, Exception innerException)
پارامترها
message
string
پیام.
innerException
Exception
استثنای داخلی.