Class
ValidateException

Provides a base class for RadBarcode validation exceptions.

Definition

Constructors

ValidateException()

Initializes a new instance of the ValidateException class.

Declaration

cs-api-definition
protected ValidateException()

ValidateException(SerializationInfo, StreamingContext)

Initializes a new instance of the ValidateException class with serialized data.

Declaration

cs-api-definition
protected ValidateException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

context

StreamingContext

ValidateException(string)

Initializes a new instance of the ValidateException class.

Declaration

cs-api-definition
protected ValidateException(string message)

Parameters

message

string

ValidateException(string, Exception)

Initializes a new instance of the ValidateException class.

Declaration

cs-api-definition
protected ValidateException(string message, Exception innerException)

Parameters

message

string

innerException

Exception