Thrown when library was unable to perform requested operation. This is base exception class. Specific exceptions corresponding to Axis SOAP exceptions extends this class. All subtypes can be found in exceptions namespace. hr.tis.mgw.client.exceptions

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 Class GatewayException _
	Inherits Exception
C#
public class GatewayException : Exception
Visual C++
public ref class GatewayException : public Exception

Inheritance Hierarchy