BuildExceptionBase.FlushCustomState 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.
Override this method to provide subtype-specific state to be serialized.
protected:
virtual System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ FlushCustomState();
protected virtual System.Collections.Generic.IDictionary<string,string?>? FlushCustomState ();
abstract member FlushCustomState : unit -> System.Collections.Generic.IDictionary<string, string>
override this.FlushCustomState : unit -> System.Collections.Generic.IDictionary<string, string>
Protected Overridable Function FlushCustomState () As IDictionary(Of String, String)