 | FaultExceptionStatusCode Property |
Status code to supply
Namespace:
RestSrvr.Exceptions
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntaxpublic int StatusCode { get; set; }
Public Property StatusCode As Integer
Get
Set
public:
property int StatusCode {
int get ();
void set (int value);
}
member StatusCode : int with get, set
Property Value
Type:
Int32
See Also