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