Show / Hide Table of Contents

Class ArubaTokenFailedException

Exception class for title's to use to indicate a token method has failed.

Inheritance
object
Exception
ArubaException
ArubaTokenFailedException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Exceptions
Assembly: Aruba.Infrastructure.dll
Syntax
public class ArubaTokenFailedException : ArubaException, ISerializable

Constructors

View Source

ArubaTokenFailedException()

Initializes a new instance of the ArubaTokenFailedException class.

Declaration
public ArubaTokenFailedException()
View Source

ArubaTokenFailedException(string)

Initializes a new instance of the ArubaTokenFailedException class.

Declaration
public ArubaTokenFailedException(string message)
Parameters
Type Name Description
string message

The message that describes the error.

View Source

ArubaTokenFailedException(string, Exception)

Initializes a new instance of the ArubaTokenFailedException class.

Declaration
public ArubaTokenFailedException(string message, Exception innerException)
Parameters
Type Name Description
string message

The message that describes the error.

Exception innerException

The exception that is the cause of the current exception, or null if no inner exception is specified.

Implements

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