public class AlreadyClosedException

Summary

Thrown when the application tries to make use of a session or connection that has already been shut down.

Property Summary

Flags Type Name Summary
public ShutdownEventArgs Reason (r)

Retrieves the information about the shutdown.

Constructor Summary

Flags Name Summary
public AlreadyClosedException(ShutdownEventArgs reason)

Construct an instance containing the given shutdown reason.

Property Detail

public ShutdownEventArgs Reason (r)

Summary

Retrieves the information about the shutdown.

Constructor Detail

AlreadyClosedException

public AlreadyClosedException(ShutdownEventArgs reason)

Parameters
Name Type
reason ShutdownEventArgs

Summary

Construct an instance containing the given shutdown reason.