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

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

Parameters

message
Type: System String

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

inner
Type: System Exception

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

See Also