OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class CommandIndexOutOfRangeException

Inheritance
System.Object
UserFriendlyException
CommandIndexOutOfRangeException
Namespace: OpenMod.Core.Commands
Assembly: OpenMod.Core.dll
Syntax
public class CommandIndexOutOfRangeException : UserFriendlyException

Constructors

| Improve this Doc View Source

CommandIndexOutOfRangeException(String, Int32, Int32)

Declaration
public CommandIndexOutOfRangeException(string message, int index, int length)
Parameters
Type Name Description
System.String message
System.Int32 index
System.Int32 length

Properties

| Improve this Doc View Source

Index

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

Length

Declaration
public int Length { get; }
Property Value
Type Description
System.Int32

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)