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

See Also