Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​Runtime.​Serialization.​ISafeSerializationData

Assembly: System.Runtime

Enables serialization of custom exception data in security-transparent code.

Methods

public void
CompleteDeserialization​(object deserialized)
deserialized An object that contains the state of the instance.
This method is called when the instance is deserialized.