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.StringThe specified debug error text.
publicErrorText
Type: System.StringThe specified public error text.
See Also
Reference
BpmServerExportException Class
BpmServerExportException Members