Initializes a new instance of the UnknownEndUserAddressException class.

Namespace: hr.tis.mgw.client
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	message As String, _
	cause As Exception _
)
C#
public UnknownEndUserAddressException (
	string message,
	Exception cause
)
Visual C++
public:
UnknownEndUserAddressException (
	String^ message, 
	Exception^ cause
)

Parameters

message
System.String
cause
System.Exception