Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

InternalServerErrorResult Constructor

 

InternalServerErrorResult Constructor (ApiController^)

Initializes a new instance of the InternalServerErrorResult class.

public:
InternalServerErrorResult(
	ApiController^ controller
)

Parameters

controller
Type: System.Web.Http::ApiController^

The controller from which to obtain the dependencies needed for execution.

Return to top

InternalServerErrorResult Constructor (HttpRequestMessage^)

Initializes a new instance of the InternalServerErrorResult class.

public:
InternalServerErrorResult(
	HttpRequestMessage^ request
)

Parameters

request
Type: System.Net.Http::HttpRequestMessage^

The request message which led to this result.

Return to top
Show: