다음을 통해 공유


ExceptionCodec.GetDataProperty(Exception) 메서드

정의

제공된 예외에서 데이터 속성을 가져옵니다.

public System.Collections.Generic.Dictionary<object,object> GetDataProperty (Exception exception);
member this.GetDataProperty : Exception -> System.Collections.Generic.Dictionary<obj, obj>
Public Function GetDataProperty (exception As Exception) As Dictionary(Of Object, Object)

매개 변수

exception
Exception

예외입니다.

반환

제공된 예외의 속성입니다 Data .

적용 대상