Freigeben über


ExceptionCodec.SetBaseProperties Methode

Definition

Legt die Basiseigenschaften für die bereitgestellte Ausnahme fest.

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))

Parameter

value
Exception

Der Wert.

message
String

Die Meldung.

stackTrace
String

Die Stapelüberwachung.

innerException
Exception

Die innere Ausnahme.

hResult
Int32

Das HResult.

data
Dictionary<Object,Object>

Die Daten.

Gilt für: