| Overload | Description |
|---|---|
| InvalidAreaException Constructor() | Initializes a new instance of the InvalidAreaException class. |
| InvalidAreaException Constructor(Int32) | Initializes a new instance of the InvalidAreaException class with a given error number. |
| InvalidAreaException Constructor(String) | Initializes a new instance of the InvalidAreaException class with a given message. |
| InvalidAreaException Constructor(Int32,String) | Initializes a new instance of the InvalidAreaException class with a given error number and message. |
| InvalidAreaException Constructor(String,Exception) | Initializes a new instance of the InvalidAreaException class with a given message and inner exception. |