Constructs a WebException based on the specified message string and inner exception.

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,
	Exception innerException
)

Parameters

message
Type: System..::..String
The message string for the exception.
innerException
Type: System..::..Exception
The exception that caused this exception.

See Also