BpmWarning Constructor (String, ErrorCode)
Initializes an instance of the BpmWarning 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 BpmWarning(msg, errorCode)
public BpmWarning(
string msg,
ErrorCode errorCode
)
Parameters
msg
Type: System.StringThe localized message.
errorCode
Type: Microsoft.PerformancePoint.Scorecards.ErrorCodeThe error code for the exception.