Class InvalidCodeException
Namespace: Aspose.BarCode
Assembly: Aspose.BarCode.dll (25.1.0)
Ngoại lệ sẽ được ném ra khi có ký tự không hợp lệ trong văn bản mã.
public class InvalidCodeException : BarCodeException, ISerializable
Kế thừa
object ← Exception ← BarCodeException ← InvalidCodeException
Triển khai
Các thành viên kế thừa
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()
Các hàm khởi tạo
InvalidCodeException()
Khởi tạo một thể hiện mới của lớp Aspose.BarCode.InvalidCodeException.
public InvalidCodeException()
InvalidCodeException(string)
Khởi tạo một thể hiện mới của lớp InvalidCodeException với một thông điệp lỗi được chỉ định.
public InvalidCodeException(string message)
Tham số
message
string
Một chuỗi mô tả lỗi.