DispatchException Constructor (String, String, String, Exception)

Scanjour Workflow4 Reference Manual
Initializes a new instance of the DispatchException class

Namespace:  WorkZone.Dispatcher.Base.Exceptions
Assembly:  WorkZone.Dispatcher.Base_23.1.0.0 (in WorkZone.Dispatcher.Base_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public DispatchException(
	string uri,
	string request,
	string response,
	Exception ex
)

Parameters

uri
Type: SystemString

[Missing <param name="uri"/> documentation for "M:WorkZone.Dispatcher.Base.Exceptions.DispatchException.#ctor(System.String,System.String,System.String,System.Exception)"]

request
Type: SystemString

[Missing <param name="request"/> documentation for "M:WorkZone.Dispatcher.Base.Exceptions.DispatchException.#ctor(System.String,System.String,System.String,System.Exception)"]

response
Type: SystemString

[Missing <param name="response"/> documentation for "M:WorkZone.Dispatcher.Base.Exceptions.DispatchException.#ctor(System.String,System.String,System.String,System.Exception)"]

ex
Type: SystemException

[Missing <param name="ex"/> documentation for "M:WorkZone.Dispatcher.Base.Exceptions.DispatchException.#ctor(System.String,System.String,System.String,System.Exception)"]

See Also

Reference