Wrapper for a low-level I/O exception when it occurs within a Veriplace client method.

Namespace:  Veriplace.Client
Assembly:  Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)

Syntax

C#
public class TransportException : UnexpectedException
Visual Basic (Declaration)
Public Class TransportException _
	Inherits UnexpectedException
Visual C++
public ref class TransportException : public UnexpectedException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Veriplace.Client..::.VeriplaceException
      Veriplace.Client..::.UnexpectedException
        Veriplace.Client..::.TransportException

See Also