Share via


BpmServerExportException Constructor (String)

Initializes a new instance of the BpmServerExportException class with the specified debug error text.

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

Syntax

'Declaration
Public Sub New ( _
    debugErrorText As String _
)
'Usage
Dim debugErrorText As String

Dim instance As New BpmServerExportException(debugErrorText)
public BpmServerExportException(
    string debugErrorText
)

Parameters

  • debugErrorText
    Type: System.String

    The specified debug error text.

See Also

Reference

BpmServerExportException Class

BpmServerExportException Members

BpmServerExportException Overload

Microsoft.PerformancePoint.Scorecards Namespace