다음을 통해 공유


BpmServerExportException Constructor (String, String)

Initializes a new instance of the BpmServerExportException class with the specified debug error text and public 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, _
    publicErrorText As String _
)
'Usage
Dim debugErrorText As String
Dim publicErrorText As String

Dim instance As New BpmServerExportException(debugErrorText, _
    publicErrorText)
public BpmServerExportException(
    string debugErrorText,
    string publicErrorText
)

Parameters

  • debugErrorText
    Type: System.String

    The specified debug error text.

  • publicErrorText
    Type: System.String

    The specified public error text.

See Also

Reference

BpmServerExportException Class

BpmServerExportException Members

BpmServerExportException Overload

Microsoft.PerformancePoint.Scorecards Namespace