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