HttpRequestExceptionWithStatus Constructor (String, Exception)
Initializes a new instance of the HttpRequestExceptionWithStatus class with a specific message that describes the current exception and an inner exception.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public HttpRequestExceptionWithStatus(
string message,
Exception inner
)
public:
HttpRequestExceptionWithStatus(
String^ message,
Exception^ inner
)
new :
message:string *
inner:Exception -> HttpRequestExceptionWithStatus
Public Sub New (
message As String,
inner As Exception
)
Parameters
message
Type: System.StringA message that describes the current exception.
inner
Type: System.ExceptionThe inner exception.
See Also
HttpRequestExceptionWithStatus Overload
HttpRequestExceptionWithStatus Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top