PSClientError members
Contains information about a SOAP exception for a PSI method.
The PSClientError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
PSClientError(String) | Creates an instance of the PSClientError class. |
![]() |
PSClientError(SoapException) | Creates an instance of the PSClientError class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of errors reported by the PSClientError object. |
![]() |
HasArrayErrors | Gets a value that indicates whether any errors reported by the PSClientError object are array errors for the PSI method. |
![]() |
HasDataSetErrors | Gets a value that indicates whether any errors reported by the PSClientError object are DataSet errors for the PSI method. |
![]() |
HasErrors | Gets a value that indicates whether the PSClientError object contains any errors from a PSI call. |
![]() |
HasGeneralErrors | Gets a value that indicates whether the PSClientError object contains any general errors from a PSI call. |
![]() |
LastError | Gets the last error set in a SOAP exception for a PSI method call. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetAllErrors | Gets an array of PSErrorInfo objects describing all current errors. |
![]() |
GetAllGeneralErrors | Gets an array of PSErrorInfo objects describing all current general errors of all classes. |
![]() |
GetArrayItemErrors | Gets an array of PSErrorInfo objects describing each error on the specified array item in a SOAP exception for a PSI method call. |
![]() |
GetArrayNames | Gets the names of arrays the PSClientError object contains for a PSI method call. |
![]() |
GetDataSetNames | Gets the names of datasets that contain errors for a PSI method call. |
![]() |
GetErrorArray(String) | Gets an array containing all the items which were set as error items in a SOAP exception for a PSI method call. |
![]() |
GetErrorArray(String, List<[]>) | Gets an array containing all the items which were set as error items in a SOAP exception for a PSI method call. |
![]() |
GetErrorDataSet(String) | Gets the specified DataSet that contains all tables and rows which have had errors previously set for a PSI method call. |
![]() |
GetErrorDataSet(String, List<[]>) | Gets a DataSet that contains all tables and rows which have had errors previously set for a PSI method call. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Stores the error message string for use during serialization. |
![]() |
GetRowErrors | Gets an array of PSErrorInfo objects which contain all the error information about errors on the specified DataRow. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
ErrorColumnName | Name of the column added to the error DataSet if a List<PSErrorInfo[]> of PSErrorInfo objects is requested. |
Top