ExceptionCodec.SetBaseProperties Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit les propriétés de base sur l’exception fournie.
public void SetBaseProperties (Exception value, string message, string stackTrace, Exception innerException, int hResult, System.Collections.Generic.Dictionary<object,object> data);
member this.SetBaseProperties : Exception * string * string * Exception * int * System.Collections.Generic.Dictionary<obj, obj> -> unit
Public Sub SetBaseProperties (value As Exception, message As String, stackTrace As String, innerException As Exception, hResult As Integer, data As Dictionary(Of Object, Object))
Paramètres
- value
- Exception
La valeur.
- message
- String
Message.
- stackTrace
- String
Trace de la pile.
- innerException
- Exception
Exception interne.
- hResult
- Int32
The HResult.
- data
- Dictionary<Object,Object>
Données.