Freigeben über


BpmException-Konstruktor (String, ErrorCode)

Initialisiert eine neue Instanz der BpmException -Klasse mit einer lokalisierten Meldung und einen Fehlercode.

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

Syntax

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

Dim instance As New BpmException(msg, errorCode)
public BpmException(
    string msg,
    ErrorCode errorCode
)

Parameter

Siehe auch

Referenz

BpmException Klasse

BpmException-Member

BpmException-Überladung

Microsoft.PerformancePoint.Scorecards-Namespace