Udostępnij przez


SerializationReferenceError Struct

Definition

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.

Applies to