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.NetAssembly: 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.
