Overload | Description |
---|---|
InvalidNameException Constructor() | Constructs a new instance of the InvalidNameException class. |
InvalidNameException Constructor(String) | Constructs a new instance of the InvalidNameException class with the specified message. |
InvalidNameException Constructor(String,Exception) | Constructs a new instance of the InvalidNameException class with the specified message and inner exception. |
InvalidNameException Constructor(SerializationInfo,StreamingContext) | Constructs a new instance of the InvalidNameException class with serialized data. |