Show / Hide Table of Contents

Class ArubaFileSizeException

Aruba exception handler for file size.

Inheritance
object
Exception
ArubaException
ArubaFileSizeException
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 ArubaFileSizeException : ArubaException, ISerializable

Constructors

View Source

ArubaFileSizeException()

Initializes a new instance of the ArubaFileSizeException class.

Declaration
public ArubaFileSizeException()
View Source

ArubaFileSizeException(string)

Initializes a new instance of the ArubaFileSizeException class.

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

The exception message.

Implements

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