다음을 통해 공유


ExceptionCodec.SetBaseProperties 메서드

정의

제공된 예외에 대한 기본 속성을 설정합니다.

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

매개 변수

value
Exception

값입니다.

message
String

메시지입니다.

stackTrace
String

스택 추적입니다.

innerException
Exception

내부 예외입니다.

hResult
Int32

HResult입니다.

data
Dictionary<Object,Object>

데이터입니다.

적용 대상