public static Object? Deserialize(
XElement content
)Public Shared Function Deserialize (
content As XElement
) As Objectpublic:
static Object^ Deserialize(
XElement^ content
)static member Deserialize :
content : XElement -> Object | ArgumentNullException | content must not be . |
| NotSupportedException | Deserializing an inner type is not supported. |
| ReflectionException | An inner type cannot be instantiated or serialized XML content is corrupt. |
| ArgumentException | XML content is inconsistent or corrupt. |