|
| ContentNameValidationException (IContentObject content, char invalidChar, string invalidCharName, int position, string name) |
|
| ContentException (IContentObject content, string message) |
|
|
static Dictionary< char, string > | INVALID_CHARACTERS |
|
static char[] | INVALID_CHARS = INVALID_CHARACTERS.Keys.ToArray() |
|
|
char | InvalidChar [get] |
|
int | InvalidCharPosition [get] |
|
string | Name [get] |
|
string | InvalidCharName [get] |
|
IContentObject | Content [get] |
|
|
virtual string | FriendlyMessage => Message |
|
◆ INVALID_CHARACTERS
Dictionary<char, string> Beamable.Common.Content.Validation.ContentNameValidationException.INVALID_CHARACTERS |
|
static |
Initial value:= new Dictionary<char, string>
{
{' ', "spaces"},
{'/', "forward slash"},
{'\\', "back slashes"},
{'|', "pipes"},
{':', "colons"},
{'*', "asterisks"},
{'?', "question marks"},
{'"', "double quotes"},
{'<', "less than symbols"},
{'>', "greater than symbols"},
}
The documentation for this class was generated from the following file:
- client/Packages/com.beamable/Common/Runtime/Content/Validation/ContentValidationException.cs