BarCodeRecognitionException

BarCodeRecognitionException()

Yeni bir örneğini başlatırBarCodeRecognitionException sınıf.

public BarCodeRecognitionException()

Ayrıca bakınız


BarCodeRecognitionException(string)

Yeni bir örneğini başlatırBarCodeRecognitionException sınıf.

public BarCodeRecognitionException(string message)
Parametre Tip Tanım
message String hata mesajı

Ayrıca bakınız


BarCodeRecognitionException(string, Exception)

Yeni bir örneğini başlatırBarCodeRecognitionException belirtilen hata mesajı ve geçerli istisna ile sınıf.

public BarCodeRecognitionException(string message, Exception innerException)
Parametre Tip Tanım
message String İstisnanın hata mesajı.
innerException Exception Geçerli istisna atılır.

Ayrıca bakınız