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.

interface System.​Runtime.​Serialization.​ISafeSerializationData

Assembly: System.Runtime

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

Methods

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