WebServiceErrorInfo Constructor
The constructor.
Syntax
public WebServiceErrorInfo(
System.Exception ex
)Public Function New( _
ByVal ex As System.Exception _
)Parameters
| Name | Description |
|---|---|
| ex | An exception thrown from a Web Service API call. |
The constructor.
public WebServiceErrorInfo(
System.Exception ex
)Public Function New( _
ByVal ex As System.Exception _
)| Name | Description |
|---|---|
| ex | An exception thrown from a Web Service API call. |