[Missing <summary> documentation for "P:TinCan.LRSResponses.LRSResponse.httpException"]
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 |