ValidationDataException Constructor (String, Exception)Módulo de Integração do INTEGRA
Initializes a new instance of the ValidationDataException class

Namespace: INTEGRA
Assembly: INTEGRA (in INTEGRA.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ValidationDataException(
	string message,
	Exception inner
)

Parameters

message
Type: System String

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

inner
Type: System Exception

[Missing <param name="inner"/> documentation for "M:INTEGRA.ValidationDataException.#ctor(System.String,System.Exception)"]

See Also