Compartir a través de


ExceptionCodec.SetBaseProperties Método

Definición

Establece las propiedades base en la excepción proporcionada.

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

Parámetros

value
Exception

Valor.

message
String

Mensaje.

stackTrace
String

Seguimiento de la pila.

innerException
Exception

Excepción interna.

hResult
Int32

The HResult.

data
Dictionary<Object,Object>

Los datos.

Se aplica a