eDriven Framework API
WebRequestException Constructor (message, innerException)
NamespaceseDriven.Networking.RpcWebRequestExceptionWebRequestException(String, Exception)
eDriven Framework API
Initializes a new instance of the WebRequestException class
Declaration Syntax
C#Visual BasicVisual C++
public WebRequestException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
WebRequestException(
	String^ message, 
	Exception^ innerException
)
Parameters
message (String)
innerException (Exception)

Assembly: eDriven.Networking (Module: eDriven.Networking) Version: 2.0.1.0 (2.0.1.0)