StackFrame.ContextCode 属性

定义

行 (导致错误的代码) 。

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ ContextCode { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> ContextCode { get; set; }
member this.ContextCode : seq<string> with get, set
Public Property ContextCode As IEnumerable(Of String)

属性值

适用于