Class NotInitializedException
Thrown when user code attempts to access a property or perform a method Exception type thrown when trying to use a property or method that is only supported after initialization, e.g. of an IApplicationMainLoop<T>
public class NotInitializedException : InvalidOperationException, ISerializable
- Inheritance
-
NotInitializedException
- Implements
- Inherited Members
Constructors
- NotInitializedException(string)
Creates a new instance of the exception indicating that the class
memberName
cannot be used until owner is initialized.
- NotInitializedException(string, Exception)
Creates a new instance of the exception with the full message/inner exception.