Class UnimplementedException
- Namespace
- MarymoorStudios.Core.Rpc.Exceptions
- Assembly
- MarymoorStudios.Core.Rpc.Exceptions.dll
The operation is not implemented, not supported or disabled.
[DataContract]
public sealed class UnimplementedException : Exception, ISerializable
- Inheritance
-
UnimplementedException
- Implements
- Inherited Members
Constructors
UnimplementedException()
public UnimplementedException()
UnimplementedException(string?)
public UnimplementedException(string? message)
Parameters
message
string
UnimplementedException(string?, Exception?)
public UnimplementedException(string? message, Exception? inner)