GridTooLargeForExportToExcelException Constructor (String, Exception)

Initializes a new instance of the GridTooLargeForExportToExcelException class with the specified message and inner exception.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New GridTooLargeForExportToExcelException(message, _
    innerException)
public GridTooLargeForExportToExcelException(
    string message,
    Exception innerException
)

Parameters

See Also

Reference

GridTooLargeForExportToExcelException Class

GridTooLargeForExportToExcelException Members

GridTooLargeForExportToExcelException Overload

Microsoft.PerformancePoint.Scorecards Namespace