Click or drag to resize

QueuesNotInitializedException Constructor (Exception)

Initializes a new instance of the QueuesNotInitializedException

Namespace:  SMTPRouter
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public QueuesNotInitializedException(
	Exception innerException
)

Parameters

innerException
Type: SystemException
The exception that caused the queue to not be initialized
See Also