Shadow Network Framework
0.0.2-alpha
.NET Client Library for Shadow Network Framework
|
Exceptions when a certain action requires a class to be initialized. More...
Public Member Functions | |
ClassUninitialized () | |
Called in Case a non-specified Class is needed but not initialized. | |
ClassUninitialized (string Class) | |
Called in case a specified class is needed but not initialized. | |
Exceptions when a certain action requires a class to be initialized.
Do not throw this Exception Outside of SNFClient
SNFClient.Exceptions.ClassUninitialized.ClassUninitialized | ( | ) |
Called in Case a non-specified Class is needed but not initialized.
Do not throw this Exception Outside of SNFClient
SNFClient.Exceptions.ClassUninitialized.ClassUninitialized | ( | string | Class | ) |
Called in case a specified class is needed but not initialized.
Do not throw this Exception Outside of SNFClient