AquaLogic Interaction Development Kit (IDK) 6.0.0

NotGatewayedException Constructor

Constructs a NotGatewayedException with no detail message.

Overload List

Constructs a NotGatewayedException with no detail message.

public NotGatewayedException();

Constructs a NotGatewayedException with a detail message. The detail message.

public NotGatewayedException(string);

Constructs a NotGatewayedException with a detail message. The cause of the exception.

public NotGatewayedException(string,Exception);

See Also

NotGatewayedException Class | Bea.Alui.Proxy Namespace