BuildExceptionBase.InitializeCustomState Method

Definition

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>

Applies to