Class UninitializedException
- Namespace
- MarymoorStudios.Core.Rpc.Exceptions
- Assembly
- MarymoorStudios.Core.Rpc.Exceptions.dll
Exception thrown when an uninitialized structure is used.
[DataContract]
public class UninitializedException : Exception, ISerializable
- Inheritance
-
UninitializedException
- Implements
- Inherited Members
Constructors
UninitializedException()
Constructor.
public UninitializedException()
UninitializedException(string?)
Standard Exception constructor.
public UninitializedException(string? message)
Parameters
message
string
UninitializedException(string?, Exception?)
Standard Exception constructor.
public UninitializedException(string? message, Exception? inner)