BuildExceptionBase.FlushCustomState Method

Definition

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)

Returns

Applies to