ExceptionCodec.GetObjectData(Exception) 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.
Gets the object data from the provided exception.
public System.Runtime.Serialization.SerializationInfo GetObjectData (Exception value);
member this.GetObjectData : Exception -> System.Runtime.Serialization.SerializationInfo
Public Function GetObjectData (value As Exception) As SerializationInfo
Parameters
- value
- Exception
The value.
Returns
A populated SerializationInfo value.