Share via


BpmException constructor (String, ErrorCode)

Initializes a new instance of the BpmException class with a localized message and an error code.

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
)

Parameters

See also

Reference

BpmException class

BpmException members

BpmException overload

Microsoft.PerformancePoint.Scorecards namespace