Click or drag to resize
ProviderException Constructor (String, Exception)
Parametrized constructor for the expection.

Namespace:  Intuit.Ipp.LinqExtender
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public ProviderException(
	string message,
	Exception ex
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Intuit.Ipp.LinqExtender.ProviderException.#ctor(System.String,System.Exception)"]

ex
Type: SystemException

[Missing <param name="ex"/> documentation for "M:Intuit.Ipp.LinqExtender.ProviderException.#ctor(System.String,System.Exception)"]

See Also