 | QueuesNotInitializedException Constructor (Exception) |
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic QueuesNotInitializedException(
Exception innerException
)
Public Sub New (
innerException As Exception
)
Dim innerException As Exception
Dim instance As New QueuesNotInitializedException(innerException)
public:
QueuesNotInitializedException(
Exception^ innerException
)
Parameters
- innerException
- Type: SystemException
The exception that caused the queue to not be initialized
See Also