Details_WebException()

Details_WebException::Details_WebException() constructor

Constructs a new instance.

System::Net::Details_WebException::Details_WebException()

Details_WebException::Details_WebException(String) constructor

Constructs a new instance.

System::Net::Details_WebException::Details_WebException(String message)

Arguments

ParameterTypeDescription
messageStringThe error description.

Details_WebException::Details_WebException(String, Exception) constructor

Constructs a new instance.

System::Net::Details_WebException::Details_WebException(String message, Exception innerException)

Arguments

ParameterTypeDescription
messageStringThe exception message.
innerExceptionExceptionThe inner exception.

Details_WebException::Details_WebException(String, WebExceptionStatus) constructor

Constructs a new instance.

System::Net::Details_WebException::Details_WebException(String message, WebExceptionStatus status)

Arguments

ParameterTypeDescription
messageStringThe exception message.
statusWebExceptionStatusThe status code.

Details_WebException::Details_WebException(String, Exception, WebExceptionStatus, System::SharedPtr<WebResponse>) constructor

Constructs a new instance.

System::Net::Details_WebException::Details_WebException(String message, Exception innerException, WebExceptionStatus status, System::SharedPtr<WebResponse> response)

Arguments

ParameterTypeDescription
messageStringThe exception message.
innerExceptionExceptionThe inner exception.
statusWebExceptionStatusThe status code.
responseSystem::SharedPtr<WebResponse>The web response with which the current exception is associated.

See Also