Freigeben über


BpmDevException-Konstruktor (String, Exception, ErrorCode)

Initialisiert eine neue Instanz der BpmDevException -Klasse mit einer nicht lokalisierte Meldung eine Ausnahme 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, _
    exception As Exception, _
    errorCode As ErrorCode _
)
'Usage
Dim msg As String
Dim exception As Exception
Dim errorCode As ErrorCode

Dim instance As New BpmDevException(msg, exception, _
    errorCode)
public BpmDevException(
    string msg,
    Exception exception,
    ErrorCode errorCode
)

Parameter

Siehe auch

Referenz

BpmDevException Klasse

BpmDevException-Member

BpmDevException-Überladung

Microsoft.PerformancePoint.Scorecards-Namespace