Class AllocationException
Inheritance
AllocationException
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
Properties
|
Improve this Doc
View Source
Max
Declaration
Property Value
|
Improve this Doc
View Source
Min
Declaration
Property Value
|
Improve this Doc
View Source
Requested
Declaration
public int Requested { get; }
Property Value
Implements