Class NotInitializedException
Implements
Inherited Members
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public class NotInitializedException : InvalidOperationException, ISerializable
Constructors
| Edit this page View SourceNotInitializedException(string, string, string)
Declaration
public NotInitializedException(string objectName, string initMethodName = "Initialize", string details = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | objectName | |
| string | initMethodName | |
| string | details |