SerializationReferenceError Struct
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.
Represent the information about a reference error that was detected during serialization.
[System.Serializable]
public struct SerializationReferenceError
[<System.Serializable>]
type SerializationReferenceError = struct
Public Structure SerializationReferenceError
- Inheritance
-
SerializationReferenceError
- Attributes
Properties
| Name | Description |
|---|---|
| Error |
Gets the detailed information about the reference error. |
| PropertyName |
Gets the name of the property in the source object that has an error referencing another object. |
| SourceObject |
Gets the path in the model of the object that has an error referencing another object. |
| TargetObject |
Gets the path in the model of the object that is referenced by the source object. |