Click or drag to resize
ExceptionSerializeObjectState Event
Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
protected event EventHandler<SafeSerializationEventArgs> SerializeObjectState

Value

Type: SystemEventHandlerSafeSerializationEventArgs
See Also