Class NotReadyException
Indicates that a component is not ready to perform an operation but may become ready in the future.
Namespace: Neon.Common
Assembly: Neon.Common.dll
Syntax
public class NotReadyException : Exception
Constructors
NotReadyException()
Default constructor.
Declaration
public NotReadyException()
NotReadyException(string, Exception)
Constructs an exception with a specific message and optional inner exception.
Declaration
public NotReadyException(string message, Exception innerException = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | The custom message. |
Exception | innerException | Optional inner exception. |