| CommandServiceBaseInvoke Method | 
Namespace: SampSharp.Entities.SAMP.Commands
 Syntax
Syntaxprotected InvokeResult Invoke( IServiceProvider services, Object[] prefix, string inputText )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | Thrown if prefix is null when it must contain values. | 
| ArgumentException | Thrown if prefix is empty when it must contain values. | 
 See Also
See Also