[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.ValidationException.-ctor

ValidationException Constructor

ValidationException(string)

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

Declaration
public ValidationException(string message)
Parameters
Type Name Description
string message

The message that describes the error.

ValidationException(SerializationInfo, StreamingContext)

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

Declaration
protected ValidationException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The SerializationInfo that holds the serialized object data about the exception being thrown.

StreamingContext context

The StreamingContext that contains contextual information about the source or destination.