The exception that is thrown when an error occurs within a Gateway daemon.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
[SerializableAttribute]
public class GatewayException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class GatewayException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class GatewayException : public Exception

Remarks

A GatewayException is thrown when the Gateway daemon encounters an error while processing a request.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    IBM.CTG..::.GatewayException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also