Bridge

ArgumentException Constructor (String, String, Exception)

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public ArgumentException(
	string message,
	string paramName,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	paramName As String, _
	innerException As Exception _
)
public:
ArgumentException(
	String^ message, 
	String^ paramName, 
	Exception^ innerException
)

Parameters

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