Initializes a new instance of the ArgumentTypeException class

Namespace: Remotion.Linq.Utilities
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public ArgumentTypeException(
	string argumentName,
	Type expectedType,
	Type actualType
)
Visual Basic
Public Sub New ( _
	argumentName As String, _
	expectedType As Type, _
	actualType As Type _
)
Visual C++
public:
ArgumentTypeException(
	String^ argumentName, 
	Type^ expectedType, 
	Type^ actualType
)

Parameters

argumentName
Type: System..::..String

[Missing <param name="argumentName"/> documentation for "M:Remotion.Linq.Utilities.ArgumentTypeException.#ctor(System.String,System.Type,System.Type)"]

expectedType
Type: System..::..Type

[Missing <param name="expectedType"/> documentation for "M:Remotion.Linq.Utilities.ArgumentTypeException.#ctor(System.String,System.Type,System.Type)"]

actualType
Type: System..::..Type

[Missing <param name="actualType"/> documentation for "M:Remotion.Linq.Utilities.ArgumentTypeException.#ctor(System.String,System.Type,System.Type)"]

See Also