Class BarCodeException
Namespace: Aspose.BarCode
Assembly: Aspose.BarCode.dll (25.1.0)
表示创建条形码图像时的异常。
public class BarCodeException : Exception, ISerializable
继承
object ← Exception ← BarCodeException
派生
实现
继承成员
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()
构造函数
BarCodeException()
初始化 Aspose.BarCode.BarCodeException 类的新实例。
public BarCodeException()
BarCodeException(string)
使用指定的错误消息初始化 Aspose.BarCode.BarCodeException 类的新实例。
public BarCodeException(string message)
参数
message
string
异常的错误消息。
BarCodeException(string, Exception)
使用指定的错误消息和当前异常初始化 Aspose.BarCode.BarCodeException 类的新实例。
public BarCodeException(string message, Exception innerException)
参数
message
string
异常的错误消息。
innerException
Exception
当前抛出的异常。