Table of Contents

Class AlreadyExistsException

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

The operation failed because the target already exists.

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

Constructors

AlreadyExistsException()

public AlreadyExistsException()

AlreadyExistsException(string?)

public AlreadyExistsException(string? message)

Parameters

message string

AlreadyExistsException(string?, Exception?)

public AlreadyExistsException(string? message, Exception? inner)

Parameters

message string
inner Exception