Constructs a NotGatewayedException
with no detail message.
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);
NotGatewayedException Class | Bea.Alui.Proxy Namespace