ExceptionCodec.SetBaseProperties Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define as propriedades base na exceção fornecida.
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
O valor.
- message
- String
A mensagem.
- stackTrace
- String
O rastreamento de pilha.
- innerException
- Exception
A exceção interna.
- hResult
- Int32
O HResult.
- data
- Dictionary<Object,Object>
Os dados.