[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.ValidationException

ValidationException Class

Represents errors that occur during validation.

Inheritance
ValidationException
Implements
Namespace: GrapeCity.ActiveReports.Rendering.Tools
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class ValidationException : Exception, ISerializable

Constructors

Name Description
ValidationException(SerializationInfo, StreamingContext)

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

ValidationException(string)

Initializes a new instance of the ValidationException class with a specified error message.

Extension Methods