GEMWebRequestException¶
Namespace: wevr.GEM.Runtime.GEMRestCommunicationProxy
Type: Class
Inherits: Exception
Properties¶
Message¶
override string Message { get; set; }
fullurl¶
string fullurl { get; set; }
Methods¶
GEMWebRequestException¶
GEMWebRequestException(string baseurl, string endpoint, Method method, string error)
GEMWebRequestException¶
GEMWebRequestException(string baseurl, string endpoint, Method method, string error, string payload)
Fields¶
baseurl¶
string baseurl
endpoint¶
string endpoint
error¶
string error
method¶
Method method
payload¶
string payload