Overload | Description |
---|---|
InsufficientHeightException Constructor() | Generated base exception for an insufficient height. |
InsufficientHeightException Constructor(Int32) | Generated exception for an insufficient height with a given error number. |
InsufficientHeightException Constructor(String) | Generated exception for an insufficient height with a given message. |
InsufficientHeightException Constructor(Int32,String) | Generated exception for an insufficient height with a given error number and message. |
InsufficientHeightException Constructor(String,Exception) | Generated exception for an insufficient height with a given message and inner exception. |