The exception that is thrown when a remote procedure call is sent using an XmlRpcClient and cannot be delivered to the Host.

Namespace:  Argotic.Core.Net
Assembly:  Argotic.Core (in Argotic.Core)
Version: 2007.3.0.0 (2007.3.0.0)

Syntax

C#
[SerializableAttribute]
public class XmlRpcFailedSendException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class XmlRpcFailedSendException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class XmlRpcFailedSendException : public Exception

Remarks

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Argotic.Core.Net..::.XmlRpcFailedSendException

See Also