This class extends the generic application exception and provides a list of validation messages The validation messages are populated by the validation builder; which eventually throws this validation exception with a full list of validation messages.

Namespace: Nehta.VendorLibrary.Common
Assembly: Nehta.VendorLibrary.Common (in Nehta.VendorLibrary.Common.dll) Version: 3.0.2.0 (1.0.0.0)

Syntax

C#
public class ValidationException : ApplicationException
Visual Basic
Public Class ValidationException _
	Inherits ApplicationException
Visual C++
public ref class ValidationException : public ApplicationException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      Nehta.VendorLibrary.Common..::..ValidationException

See Also