Overload | Description |
---|---|
OutOfSlotsException Constructor() | Initializes a new instance of the class with default data. |
OutOfSlotsException Constructor(String) | Initializes a new instance of the class, specifying the message. |
OutOfSlotsException Constructor(String,Exception) | Initializes a new instance of the class, specifying the message and inner exception. |
OutOfSlotsException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |