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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา