ExceptionCodec.SetBaseProperties Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Imposta le proprietà di base sull'eccezione specificata.
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))
Parametri
- value
- Exception
Valore.
- message
- String
Messaggio.
- stackTrace
- String
Analisi dello stack.
- innerException
- Exception
Eccezione interna.
- hResult
- Int32
The HResult.
- data
- Dictionary<Object,Object>
Dati.