Show / Hide Table of Contents

Class ArubaException

Represents an exception inside Aruba code.

Inheritance
object
Exception
ArubaException
DataStoreAccessFailedException
ArubaFileSizeException
ArubaInvalidResolvePassException
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
[Serializable]
public class ArubaException : Exception, ISerializable

Constructors

View Source

ArubaException()

Initializes a new instance of the ArubaException class. Loosely based on BugAnywhereException from the original BugAnywhere code.

Declaration
public ArubaException()
View Source

ArubaException(string)

Initializes a new instance of the ArubaException class.

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

The exception message.

View Source

ArubaException(string, Exception)

Initializes a new instance of the ArubaException class.

Declaration
public ArubaException(string message, Exception inner)
Parameters
Type Name Description
string message

The exception message.

Exception inner

The exception's inner exception.

Implements

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