Class BarCodeException
Tên miền: Aspose.BarCode Derle: Aspose.BarCode.dll (26.1.0)
Đây là ngoại lệ để tạo hình ảnh mã vạch.
public class BarCodeException : Exception, ISerializableParameters
đối tượng ← Parameters ← BarCodeException
Parameters
Parameters
Những người tham gia đáng tin cậy
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()
Parameters
BarCodeException()
Tạo một thể hiện mới trong lớp Aspose.BarCode.BarCodeException.
public BarCodeException()BarCodeException(string)
Tạo một thể hiện mới của lớp Aspose.BarCode.BarCodeException với thông báo lỗi được chỉ định.
public BarCodeException(string message)Parameters
message Parameters
Thông báo lỗi ngoại lệ.
BarCodeException(string, Exception)
Tạo một thể hiện mới của lớp Aspose.BarCode.BarCodeException với thông báo lỗi được chỉ định và ngoại lệ hiện tại.
public BarCodeException(string message, Exception innerException)Parameters
message Trung sĩ
Thông báo lỗi ngoại lệ.
innerException Parameters
Đã phát sinh một tình huống đặc biệt.