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 ( _
	message As String, _
	t As Exception _
)
C#
public GatewayException (
	string message,
	Exception t
)
Visual C++
public:
GatewayException (
	String^ message, 
	Exception^ t
)

Parameters

message
System.String
t
System.Exception