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

Class UserFriendlyException

Represents exceptions of which the message should be shown to the command actor.

Inheritance
System.Object
UserFriendlyException
CommandIndexOutOfRangeException
CommandNotFoundException
CommandParameterParseException
CommandWrongUsageException
NotEnoughPermissionException
NotEnoughBalanceException
Namespace: OpenMod.API.Commands
Assembly: OpenMod.API.dll
Syntax
public class UserFriendlyException : Exception

Constructors

| Improve this Doc View Source

UserFriendlyException(String)

Declaration
public UserFriendlyException(string message)
Parameters
Type Name Description
System.String message

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)