MessageDispatchException Constructor

Initializes a new instance of the MessageDispatchException class

Definition

Namespace: WorkZone.Dispatcher.Base.Exceptions
Assembly: WorkZone.Dispatcher.Base_24.4.0.0 (in WorkZone.Dispatcher.Base_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public MessageDispatchException(
	string uri,
	string request,
	string response,
	string messageReference,
	Exception ex
)

Parameters

uri  String

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

request  String

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

response  String

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

messageReference  String

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

ex  Exception

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

See Also