Namespace:  Aras.Net.WinInet
Assembly:  Aras.Net (in Aras.Net.dll) Version: 11.0.0.6296

Syntax

C#
public (
	string message,
	Exception innerException
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
J#
public (
	String message,
	Exception innerException
)
JScript
public function WinInetException(
	message : String, 
	innerException : Exception
)

Parameters

message
Type: System..::.String
innerException
Type: System..::.Exception

See Also