[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.InvalidBooleanExpressionException.-ctor

InvalidBooleanExpressionException Constructor

InvalidBooleanExpressionException()

Initializes a new instance of the InvalidBooleanExpressionException class.

Declaration
public InvalidBooleanExpressionException()

InvalidBooleanExpressionException(string)

Initializes a new instance of the InvalidBooleanExpressionException class using a specified error message.

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

A string value indicating the error message.

InvalidBooleanExpressionException(string, Exception)

Initializes a new instance of the InvalidBooleanExpressionException class using a specified error message and a reference to the inner exception that caused this exception.

Declaration
public InvalidBooleanExpressionException(string message, Exception innerException)
Parameters
Type Name Description
string message

A string value indicating the error message that explained the reason for the exception.

Exception innerException

An Exception object that caused the current exception.

Remarks

If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.

InvalidBooleanExpressionException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidBooleanExpressionException class using a serialized data.

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

The object that holds the serialized object data.

StreamingContext context

The contextual information about the source or destination.

Remarks

This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.