Skip to main content
A newer version of this page is available. .

RequestResultBase(RequestResultCode, String) Constructor

Initializes a new instance of the RequestResultBase class with the specified parameters.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public RequestResultBase(
    RequestResultCode statusCode,
    string faultReason
)

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