Class MedicalApiException
Class MedicalApiException
Namespace: Aspose.Medical.Errors
Assembly: Aspose.Medical.dll (25.11.0)
A generic exception that may occur in Aspose.Medical.
public class MedicalApiException : Exception, ISerializableInheritance
object ← Exception ← MedicalApiException
Derived
BadDicomFileException , DicomValidationException
Implements
Inherited Members
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
MedicalApiException()
public MedicalApiException()MedicalApiException(string?)
public MedicalApiException(string? message)Parameters
message string
?
MedicalApiException(string?, Exception?)
public MedicalApiException(string? message, Exception? innerException)Parameters
message string
?
innerException Exception
?