NetworkSerializationException
Namespace: TagBites.Net
Assembly: TagBites.Net.dll
The exception that is thrown when another exception is thrown while serialize/deserialize object.
public class NetworkSerializationException : System.Net.ProtocolViolationException
Properties
SerializationException
Gets a serialization exception.
public Exception SerializationException { get; }
Result Type: Exception
TypeName
Gets a type name.
public string TypeName { get; }
Result Type: string