Initializes a new instance of the FilterException class.

Namespace:  PerpetuumSoft.Reporting.Data.Olap
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public FilterException(
	string message,
	Exception innerException
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
Visual C++
public:
FilterException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System..::.String
innerException
Type: System..::.Exception

See Also