BpmRenderingException constructor (String, String, ErrorCode)
Initializes a new instance of the BpmRenderingException class with the specified debug error text, public error text, and 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, _
publicErrorText As String, _
errorCode As ErrorCode _
)
'Usage
Dim debugErrorText As String
Dim publicErrorText As String
Dim errorCode As ErrorCode
Dim instance As New BpmRenderingException(debugErrorText, _
publicErrorText, errorCode)
public BpmRenderingException(
string debugErrorText,
string publicErrorText,
ErrorCode errorCode
)
Parameters
debugErrorText
Type: System.StringThe specified debug error text.
publicErrorText
Type: System.StringThe specified public error text.
errorCode
Type: Microsoft.PerformancePoint.Scorecards.ErrorCodeThe specified error code.