HttpRequestExceptionWithStatus Constructor (String)

 

Initializes a new instance of the HttpRequestExceptionWithStatus class with a specific message that describes the current exception.

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public HttpRequestExceptionWithStatus(
	string message
)

Parameters

message
Type: System.String

A message that describes the current exception.

Return to top
Show: