Namespace:
IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
[SerializableAttribute] public class InvalidNameException : ArgumentException |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class InvalidNameException _ Inherits ArgumentException |
Visual C++ |
---|
[SerializableAttribute] public ref class InvalidNameException : public ArgumentException |
Remarks
Channel and Container names must be between 1 and 16 characters in length and must consist of only the following types of character:
- Uppercase characters (A-Z)
- Lowercase characters (a-z)
- Digits (0-9)
- Special characters < > $ @ # / % & ? ! : | \ " = ' ; . - and _
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.SystemException
System..::.ArgumentException
IBM.CTG..::.InvalidNameException
System..::.Exception
System..::.SystemException
System..::.ArgumentException
IBM.CTG..::.InvalidNameException
Thread Safety
This type is thread safe.