BpmDashboardItemNotFoundException Constructor (String, Exception)
Initializes a new instance of the BpmDashboardItemNotFoundException class with a localized message and an 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 BpmDashboardItemNotFoundException(msg, exception)
public BpmDashboardItemNotFoundException(
string msg,
Exception exception
)
Parameters
msg
Type: System.StringThe localized message.
exception
Type: System.ExceptionThe inner exception.
See Also
Reference
BpmDashboardItemNotFoundException Class
BpmDashboardItemNotFoundException Members