The exception that is thrown when a pingback ping is sent using an PingbackClient 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 PingbackFailedSendException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PingbackFailedSendException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class PingbackFailedSendException : 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..::.PingbackFailedSendException

See Also