Class UserFriendlyException
Represents exceptions of which the message should be shown to the command actor.
Inheritance
System.Object
UserFriendlyException
Namespace: OpenMod.API.Commands
Assembly: OpenMod.API.dll
Syntax
public class UserFriendlyException : Exception
Constructors
| Improve this Doc View SourceUserFriendlyException(String)
Declaration
public UserFriendlyException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |