XmlSerializationWriterCreateUnknownTypeException Method (Object) |
Creates an System.InvalidOperationException that indicates that a type being
serialized is not being used in a valid manner or is unexpectedly encountered.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax protected Exception CreateUnknownTypeException(
Object o
)
Parameters
- o
- Type: SystemObject
The object whose type cannot be serialized.
Return Value
Type:
ExceptionThe newly created exception.
See Also