Show / Hide Table of Contents

Class AllocationException

Inheritance
Object
Exception
UncleanStatusException
AllocationException
Implements
ISerializable
Inherited Members
UncleanStatusException.StatusCode
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
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: Hal
Assembly: FRC.Hal.dll
Syntax
public class AllocationException : UncleanStatusException, ISerializable

Constructors

| Improve this Doc View Source

AllocationException(Int32, Int32, Int32, Int32)

Declaration
public AllocationException(int statusCode, int requested, int min, int max)
Parameters
Type Name Description
Int32 statusCode
Int32 requested
Int32 min
Int32 max

Properties

| Improve this Doc View Source

Max

Declaration
public int Max { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Min

Declaration
public int Min { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Requested

Declaration
public int Requested { get; }
Property Value
Type Description
Int32

Implements

ISerializable
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet