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

Parameters

message
System.String
faultCode
System.String