Share via


BpmRenderingException constructor (String, ErrorCode)

Initializes a new instance of the BpmRenderingException class with the specified debug error text and an error code.

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
)

Parameters

  • debugErrorText
    Type: System.String

    The specified debug error text.

See also

Reference

BpmRenderingException class

BpmRenderingException members

BpmRenderingException overload

Microsoft.PerformancePoint.Scorecards namespace