LoggerException.InitializeCustomState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
override void InitializeCustomState(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ state);
protected override void InitializeCustomState (System.Collections.Generic.IDictionary<string,string> state);
override this.InitializeCustomState : System.Collections.Generic.IDictionary<string, string> -> unit
Protected Overrides Sub InitializeCustomState (state As IDictionary(Of String, String))
Parameters
- state
- IDictionary<String,String>