| FaultExceptionTBodyBody Property |
The body object of the fault
Namespace:
RestSrvr.Exceptions
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public TBody Body { get; set; }
Public Property Body As TBody
Get
Set
public:
property TBody Body {
TBody get ();
void set (TBody value);
}
member Body : 'TBody with get, set
Property Value
Type:
TBodySee Also