Class JpegLoadException
名称: Aspose.Imaging.CoreExceptions.ImageFormats 收藏: Aspose.Imaging.dll (25.4.0)
代表 JPEG 图像加载例外。
public class JpegLoadException : JpegException, ISerializable
Inheritance
object ← Exception ← ImageException ← JpegException ← JpegLoadException
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
JpegLoadException(线条)
启动 Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException 类的新例子。
public JpegLoadException(string message)
Parameters
message
string
例外消息。
JpegLoadException(,例外)
启动 Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException 类的新例子。
public JpegLoadException(string message, Exception innerException)
Parameters
message
string
这个消息。
innerException
Exception
内部的例外。
JpegLoadException(字体, ErrorReason)
启动 Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException 类的新例子。
public JpegLoadException(string message, JpegLoadException.ErrorReason reason)
Parameters
message
string
例外消息。
reason
JpegLoadException
.
ErrorReason
错误的原因。
JpegLoadException(字符串, 例外, ErrorReason)
启动 Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException 类的新例子。
public JpegLoadException(string message, Exception innerException, JpegLoadException.ErrorReason reason)
Parameters
message
string
例外消息。
innerException
Exception
内部的例外。
reason
JpegLoadException
.
ErrorReason
错误的原因。
Properties
Reason
得到或设置错误的原因。
public JpegLoadException.ErrorReason Reason { get; set; }