RequestResultBase(RequestResultCode, String) Constructor
Initializes a new instance of the RequestResultBase class with the specified parameters.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
statusCode | RequestResultCode | A RequestResultCode object specifying the status code. This value is assigned to the RequestResultBase.ResultCode property. |
faultReason | String | A String specifying the cause of the fault. This value is assigned to the RequestResultBase.FaultReason property. |
See Also