BuildExceptionBase.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.
Override this method to recover subtype-specific state from the remote exception.
protected:
virtual void InitializeCustomState(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ customKeyedSerializedData);
protected virtual void InitializeCustomState (System.Collections.Generic.IDictionary<string,string?>? customKeyedSerializedData);
abstract member InitializeCustomState : System.Collections.Generic.IDictionary<string, string> -> unit
override this.InitializeCustomState : System.Collections.Generic.IDictionary<string, string> -> unit
Protected Overridable Sub InitializeCustomState (customKeyedSerializedData As IDictionary(Of String, String))
Parameters
- customKeyedSerializedData
- IDictionary<String,String>