Class Jpeg2000Exception
Название пространства: Aspose.Imaging.CoreExceptions.ImageFormats Ассоциация: Aspose.Imaging.dll (25.4.0)
Исключения для файлов JPEG
public class Jpeg2000Exception : ImageException, ISerializable
Inheritance
object ← Exception ← ImageException ← Jpeg2000Exception
Implements
Наследованные члены
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
Jpeg2000Exception(Стриг)
Инициализует новую инстанцию Aspose.Imaging.CoreExceptions.ImageFormats.Jpeg2000Exception класс.
public Jpeg2000Exception(string message)
Parameters
message
string
Исключительное сообщение .
Jpeg2000Exception(Стрельба, исключение)
Инициализует новую инстанцию Aspose.Imaging.CoreExceptions.ImageFormats.Jpeg2000Exception класс.
public Jpeg2000Exception(string message, Exception innerException)
Parameters
message
string
Это сообщение .
innerException
Exception
Внутреннее исключение .