Initializes a new instance of the GatewayException 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 ( _
	t As Exception _
)
C#
public GatewayException (
	Exception t
)
Visual C++
public:
GatewayException (
	Exception^ t
)

Parameters

t
System.Exception