Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 863 Bytes

WebServiceErrorInfo.md

File metadata and controls

23 lines (16 loc) · 863 Bytes

WebServiceErrorInfo class

A web service error.

public sealed class WebServiceErrorInfo

Public Members

name description
WebServiceErrorInfo(…) Creates a web service error.
Exception { get; } The exception to be wrapped in a WebServiceException and rethrown.
Kind { get; } The kind of web service error.
Request { get; } The web service request.

See Also