Share via


BpmException - Constructeur (String, Exception)

Initialise une nouvelle instance de la classe BpmException avec un message localisé et une exception.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    msg As String, _
    exception As Exception _
)
'Utilisation
Dim msg As String
Dim exception As Exception

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

Paramètres

Voir aussi

Référence

BpmException classe

BpmException - Membres

BpmException - Surcharge

Microsoft.PerformancePoint.Scorecards - Espace de noms