Class ArubaTokenFailedException
Exception class for title's to use to indicate a token method has failed.
Implements
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Exceptions
Assembly: Aruba.Infrastructure.dll
Syntax
public class ArubaTokenFailedException : ArubaException, ISerializable
Constructors
View SourceArubaTokenFailedException()
Initializes a new instance of the ArubaTokenFailedException class.
Declaration
public ArubaTokenFailedException()
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. |
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. |