Table of Contents

Class InsufficientResourcesException

Namespace
MarymoorStudios.Core.Rpc.Exceptions
Assembly
MarymoorStudios.Core.Rpc.Exceptions.dll

The needed resource are not available to complete the operation.

[DataContract]
public sealed class InsufficientResourcesException : Exception, ISerializable
Inheritance
InsufficientResourcesException
Implements
Inherited Members

Remarks

Insufficient memory or quota is the most common cause.

Constructors

InsufficientResourcesException()

public InsufficientResourcesException()

InsufficientResourcesException(string?)

public InsufficientResourcesException(string? message)

Parameters

message string

InsufficientResourcesException(string?, Exception?)

public InsufficientResourcesException(string? message, Exception? inner)

Parameters

message string
inner Exception