Table of Contents

Class SlotAlreadyClosedException

Namespace
SunSharp
Assembly
SunSharp.dll
public sealed class SlotAlreadyClosedException : Exception
Inheritance
object
Exception
SlotAlreadyClosedException

Constructors

SlotAlreadyClosedException()

public SlotAlreadyClosedException()

SlotAlreadyClosedException(int)

public SlotAlreadyClosedException(int index)

Parameters

index int

SlotAlreadyClosedException(string)

public SlotAlreadyClosedException(string message)

Parameters

message string

SlotAlreadyClosedException(string, Exception)

public SlotAlreadyClosedException(string message, Exception innerException)

Parameters

message string
innerException Exception