Show / Hide Table of Contents

Class DataAccessFailedMessages

A class that handles creating common failure message for data store exceptions.

Inheritance
object
DataAccessFailedMessages
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public static class DataAccessFailedMessages

Methods

View Source

GetTokensFailedToLoadMessage(string)

Gets a common message to display if tokens fail to load from the data store.

Declaration
public static string GetTokensFailedToLoadMessage(string tokenType)
Parameters
Type Name Description
string tokenType

The type of token trying to load.

Returns
Type Description
string

A detailed error message for what went wrong and how users can action on it.

  • View Source
In this article
Back to top Generated by DocFX