ServiceExceptionMessage Property | |
The error message returned from the web service
Namespace: AppOne.Services.V2Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string Message { get; set; }
function get_Message();
function set_Message(value);
Property Value
StringRemarks
This message will vary for each and every web service.
See Also