New to Telerik UI for .NET MAUIStart a free 30-day trial

Provides a base class for RadBarcode validation exceptions.

Definition

Constructors

Initializes a new instance of the ValidateException class.

C#
protected ValidateException()

Initializes a new instance of the ValidateException class.

C#
protected ValidateException(string message, Exception innerException)
Parameters:messagestringinnerExceptionException

Initializes a new instance of the ValidateException class.

C#
protected ValidateException(string message)
Parameters:messagestring