[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Jgr.Gui.Feedback.#ctor(Jgr.Gui.FeedbackType,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Diagnostics.StackTrace)"]
C# | Visual Basic | Visual C++ |
private Feedback( FeedbackType type, string operation, IDictionary<string, string> details, StackTrace source )
Private Sub New ( _ type As FeedbackType, _ operation As String, _ details As IDictionary(Of String, String), _ source As StackTrace _ )
private: Feedback( FeedbackType type, String^ operation, IDictionary<String^, String^>^ details, StackTrace^ source )
- type (FeedbackType)
[Missing <param name="type"/> documentation for "M:Jgr.Gui.Feedback.#ctor(Jgr.Gui.FeedbackType,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Diagnostics.StackTrace)"]
- operation (String)
[Missing <param name="operation"/> documentation for "M:Jgr.Gui.Feedback.#ctor(Jgr.Gui.FeedbackType,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Diagnostics.StackTrace)"]
- details (IDictionary<(Of <(<'String, String>)>)>)
[Missing <param name="details"/> documentation for "M:Jgr.Gui.Feedback.#ctor(Jgr.Gui.FeedbackType,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Diagnostics.StackTrace)"]
- source (StackTrace)
[Missing <param name="source"/> documentation for "M:Jgr.Gui.Feedback.#ctor(Jgr.Gui.FeedbackType,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Diagnostics.StackTrace)"]