[]
/// Represents the exception that is thrown when an error is encountered.
public class InvalidNameException : Exception, ISerializable
Public Class InvalidNameException
Inherits Exception
Implements ISerializable
| Name | Description |
|---|---|
| InvalidNameException() | Constructs a new instance of the InvalidNameException class. |
| InvalidNameException(SerializationInfo, StreamingContext) | Constructs a new instance of the InvalidNameException class with serialized data. |
| InvalidNameException(string) | Constructs a new instance of the InvalidNameException class with the specified message. |
| InvalidNameException(string, Exception) | Constructs a new instance of the InvalidNameException class with the specified message and inner exception. |