Class BarCodeException
Ambito: Aspose.BarCode Compilazione: Aspose.BarCode.dll (26.1.0)
Lanciare un’eccezione durante la generazione dell’immagine del codice a barre.
public class BarCodeException : Exception, ISerializableParameters
oggetto ← Parameters ← BarCodeException
Parameters
Parameters
Gentile membro
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()
Creare una nuova istanza della classe Aspose.BarCode.BarCodeException.
public BarCodeException()BarCodeException(string)
Creare una nuova istanza della classe Aspose.BarCode.BarCodeException con il messaggio di errore fornito.
public BarCodeException(string message)Parameters
message seri
Messaggio di errore nell’eccezione.
BarCodeException(string, Exception)
Creare una nuova istanza della classe Aspose.BarCode.BarCodeException con il messaggio di errore fornito e l’eccezione corrente.
public BarCodeException(string message, Exception innerException)Parameters
message seri
Messaggio di errore nell’eccezione.
innerException Parameters
L’eccezione corrente verrà lanciata.