Indicates that the Veriplace server returned a response that the
client could not understand.
Namespace:
Veriplace.ClientAssembly: Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)
Syntax
| C# |
|---|
public class MalformedResponseException : UnexpectedException |
| Visual Basic (Declaration) |
|---|
Public Class MalformedResponseException _ Inherits UnexpectedException |
| Visual C++ |
|---|
public ref class MalformedResponseException : public UnexpectedException |
Remarks
This is defined as a subclass of UnexpectedException because
it should theoretically never happen and does not imply any problem with
the parameters sent by the client.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Veriplace.Client..::.VeriplaceException
Veriplace.Client..::.UnexpectedException
Veriplace.Client..::.MalformedResponseException
System..::.Exception
Veriplace.Client..::.VeriplaceException
Veriplace.Client..::.UnexpectedException
Veriplace.Client..::.MalformedResponseException