Table of Contents

Class UnauthenticatedException

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

Insufficient authentication credentials to perform the requested operation.

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

Constructors

UnauthenticatedException()

public UnauthenticatedException()

UnauthenticatedException(string?)

public UnauthenticatedException(string? message)

Parameters

message string

UnauthenticatedException(string?, Exception?)

public UnauthenticatedException(string? message, Exception? inner)

Parameters

message string
inner Exception