NetworkSerializationException
Namespace: TagBites.Net
Assembly: TagBites.Net.dll
Product: TagBites.Net v. 1.0.3
The exception that is thrown when another exception is thrown while serialize/deserialize object.
public class NetworkSerializationException : System.Net.ProtocolViolationExceptionInheritance: ProtocolViolationException → NetworkSerializationException
Derived:
Properties
Section titled “Properties”SerializationException
Section titled “SerializationException”Gets a serialization exception.
public Exception SerializationException { get; }Property Value
Section titled “Property Value”TypeName
Section titled “TypeName”Gets a type name.
public string TypeName { get; }