SafeSerializationEventArgs.AddSerializedState(ISafeSerializationData) 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.
Stores the state of the exception.
public:
void AddSerializedState(System::Runtime::Serialization::ISafeSerializationData ^ serializedState);
public void AddSerializedState (System.Runtime.Serialization.ISafeSerializationData serializedState);
member this.AddSerializedState : System.Runtime.Serialization.ISafeSerializationData -> unit
Public Sub AddSerializedState (serializedState As ISafeSerializationData)
Parameters
- serializedState
- ISafeSerializationData
A state object that is serialized with the instance.
Remarks
The class or structure that implements the ISafeSerializationData allows you to serialize custom data in security-transparent code.
For more information and an example, see the ISafeSerializationData class.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.