Share via


BpmWarning Constructor (String, Exception) (Microsoft.PerformancePoint.Scorecards)

Takes a localized message and an inner exception.

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 _
)
'Usage
Dim msg As String
Dim exception As Exception

Dim instance As New BpmWarning(msg, exception)
public BpmWarning (
    string msg,
    Exception exception
)

Parameters

  • msg
    The localized message.
  • exception
    The inner exception.

See Also

Reference

BpmWarning Class
BpmWarning Members
Microsoft.PerformancePoint.Scorecards Namespace