Class BarCodeException
名称: Aspose.BarCode 聚集: Aspose.BarCode.dll (25.4.0)
代表创建条码图像的例外。
public class BarCodeException : Exception, ISerializable
Inheritance
object ← Exception ← BarCodeException
Derived
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
BarCodeException()
启动 Aspose.BarCode.BarCodeException 类的新例子。
public BarCodeException()
BarCodeException(线条)
启动 Aspose.BarCode.BarCodeException 类的新例子,并提供指定的错误消息。
public BarCodeException(string message)
Parameters
message
string
这是例外的错误信息。
BarCodeException(,例外)
启动 Aspose.BarCode.BarCodeException 类的新例子,并指定错误消息和当前例外。
public BarCodeException(string message, Exception innerException)
Parameters
message
string
这是例外的错误信息。
innerException
Exception
目前的例外被抛弃了。