Class ArubaFileSizeException
Aruba exception handler for file size.
Implements
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Exceptions
Assembly: Aruba.Infrastructure.dll
Syntax
public class ArubaFileSizeException : ArubaException, ISerializable
Constructors
View SourceArubaFileSizeException()
Initializes a new instance of the ArubaFileSizeException class.
Declaration
public ArubaFileSizeException()
ArubaFileSizeException(string)
Initializes a new instance of the ArubaFileSizeException class.
Declaration
public ArubaFileSizeException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |