Freigeben über


BpmRenderingException-Konstruktor (String, ErrorCode)

Initialisiert eine neue Instanz der BpmRenderingException -Klasse mit den angegebenen Debug Fehlertext und einen Fehlercode.

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

Syntax

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

Dim instance As New BpmRenderingException(debugErrorText, _
    errorCode)
public BpmRenderingException(
    string debugErrorText,
    ErrorCode errorCode
)

Parameter

  • debugErrorText
    Typ: System.String

    Der Fehlertext angegebenen Debug.

Siehe auch

Referenz

BpmRenderingException Klasse

BpmRenderingException-Member

BpmRenderingException-Überladung

Microsoft.PerformancePoint.Scorecards-Namespace