Class MissingErrorAttribute
Attribute to specify converting error message that will be sent as resposne on error.
Inherited Members
Namespace: TehGM.Wolfringo.Commands
Assembly: Wolfringo.Commands.dll
Syntax
public class MissingErrorAttribute : ArgumentErrorAttribute, IEquatable<ArgumentErrorAttribute>, IEquatable<string>
Constructors
| Improve this Doc View SourceMissingErrorAttribute(String)
Attribute to specify message that will be sent as respone when argument error occurs.
Declaration
public MissingErrorAttribute(string messageTemplate)
Parameters
Type | Name | Description |
---|---|---|
String | messageTemplate | Message that will be sent as response on error. |
Properties
| Improve this Doc View SourceDefault
Default instance containing a default message template.
Declaration
public static MissingErrorAttribute Default { get; set; }
Property Value
Type | Description |
---|---|
MissingErrorAttribute |