PartialCreateException - Constructeur (String, Exception, Identity)
Crée une nouvelle instance de la classe à l'aide de l'identité de l'élément externe créé un message et l'exception interne.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
inner As Exception, _
identity As Identity _
)
'Utilisation
Dim message As String
Dim inner As Exception
Dim identity As Identity
Dim instance As New PartialCreateException(message, _
inner, identity)
public PartialCreateException(
string message,
Exception inner,
Identity identity
)
Paramètres
message
Type : System.StringLa chaîne du message.
inner
Type : System.ExceptionException interne qui a provoqué cette exception.
identity
Type : Microsoft.BusinessData.Runtime.IdentityL'identité de l'exécution.
Voir aussi
Référence
PartialCreateException - Membres