Table of Contents

Struct ValidationError

Namespace
Dynamicweb.Ecommerce.Orders.Validation
Assembly
Dynamicweb.Ecommerce.dll

The structure ValidationError represents Validation error used for Report.

[Serializable]
public struct ValidationError
Inherited Members

Constructors

ValidationError(ValidationField, string)

Initializes a new instance of the ValidationError class.

public ValidationError(ValidationField validationField, string errorMessage)

Parameters

validationField ValidationField

The validation field.

errorMessage string

The validation error message.

Fields

ErrorMessage

Gets or sets the validation error message.

public string ErrorMessage

Field Value

string

ValidationField

Gets or sets the validation field.

public ValidationField ValidationField

Field Value

ValidationField
To top