GridTooLargeForExportToPowerPointException constructor (String, Exception)

Initializes a new instance of the GridTooLargeForExportToPowerPointException 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 GridTooLargeForExportToPowerPointException(message, _
    innerException)
public GridTooLargeForExportToPowerPointException(
    string message,
    Exception innerException
)

Parameters

See also

Reference

GridTooLargeForExportToPowerPointException class

GridTooLargeForExportToPowerPointException members

GridTooLargeForExportToPowerPointException overload

Microsoft.PerformancePoint.Scorecards namespace