[Missing <summary> documentation for "P:TinCan.LRSResponses.LRSResponse.httpException"]

Namespace: TinCan.LRSResponses
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)

Syntax

C#
public Exception httpException { get; set; }
Visual Basic
Public Property httpException As Exception
	Get
	Set
Visual C++
public:
property Exception^ httpException {
	Exception^ get ();
	void set (Exception^ value);
}
F#
member httpException : Exception with get, set

Property Value

Type: Exception

See Also