Constructs a WebException based on the specified message string and WebExceptionStatus.

Namespace: GHIElectronics.NETMF.Net
Assembly: GHIElectronics.NETMF.W5100.Http (in GHIElectronics.NETMF.W5100.Http.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
public WebException(
	string message,
	WebExceptionStatus status
)

Parameters

message
Type: System..::..String
The message string for the exception.
status
Type: GHIElectronics.NETMF.Net..::..WebExceptionStatus
The network status of the exception.

See Also