Skip to content
Auto
Products

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.ProtocolViolationException

Inheritance: ProtocolViolationException → NetworkSerializationException

Derived:

Gets a serialization exception.

public Exception SerializationException { get; }

Exception

Gets a type name.

public string TypeName { get; }

string