Class DicomImageException
nazivni prostor: Aspose.Imaging.CoreExceptions.ImageFormats Sastav: Aspose.Imaging.dll (25.5.0)
Iznimka za sliku Dicom.
public class DicomImageException : Exception, ISerializableInheritance
object ← Exception ← DicomImageException
Implements
naslijeđeni članovi
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()
Constructors
DicomImageException(String)
Inicijalizira novu primjenu Aspose.Imaging.CoreExceptions.ImageFormats.Dicom ImageException klase.
public DicomImageException(string message)Parameters
message string
To je poruka.
DicomImageException(String, iznimka)
Inicijalizira novu primjenu Aspose.Imaging.CoreExceptions.ImageFormats.Dicom ImageException klase.
public DicomImageException(string message, Exception innerException)Parameters
message string
To je poruka.
innerException Exception
To je unutarnja iznimka.