ExceptionCodec.SetBaseProperties 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
제공된 예외에 대한 기본 속성을 설정합니다.
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>
데이터입니다.