BpmWarning Constructor (String, Exception, ErrorCode) (Microsoft.PerformancePoint.Scorecards)
Takes a localized message, an inner exception, 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, _
exception As Exception, _
errorCode As ErrorCode _
)
'Usage
Dim msg As String
Dim exception As Exception
Dim errorCode As ErrorCode
Dim instance As New BpmWarning(msg, exception, errorCode)
public BpmWarning (
string msg,
Exception exception,
ErrorCode errorCode
)
Parameters
- msg
The localized message.
- exception
The inner exception.
- errorCode
The error code associated with the exception.
See Also
Reference
BpmWarning Class
BpmWarning Members
Microsoft.PerformancePoint.Scorecards Namespace