Initializes a new instance of the InvalidNameException class.

Overload List

  NameDescription
Public methodInvalidNameException()()()()
Initializes a new instance of the InvalidNameException class.
Public methodInvalidNameException(String)
Initializes a new instance of the InvalidNameException class with a specified error message.
Protected methodInvalidNameException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidNameException class with serialized data.
Public methodInvalidNameException(String, Exception)
Initializes a new instance of the InvalidNameException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also