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