BpmDashboardItemNotFoundException Constructor (SerializationInfo, StreamingContext) (Microsoft.PerformancePoint.Scorecards.Server)

Takes a SerializationInfo and a StreamingContext, and initializes a new instance of the BpmDashboardItemNotFoundException class.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New BpmDashboardItemNotFoundException(info, context)
protected BpmDashboardItemNotFoundException (
    SerializationInfo info,
    StreamingContext context
)

Parameters

  • info
    The SerializationInfo.
  • context
    The StreamingContext.

See Also

Reference

BpmDashboardItemNotFoundException Class
BpmDashboardItemNotFoundException Members
Microsoft.PerformancePoint.Scorecards.Server Namespace