Overload | Description |
---|---|
InvalidBitmapException Constructor() | Generated base exception from an invalid bitmap. |
InvalidBitmapException Constructor(Int32) | Generated exception from an invalid bitmap with a given error number. |
InvalidBitmapException Constructor(String) | Generated exception from an invalid bitmap with a given message. |
InvalidBitmapException Constructor(Int32,String) | Generated exception from an invalid bitmap with a given error number and message. |
InvalidBitmapException Constructor(String,Exception) | Generated exception from an invalid bitmap with a given message and an inner exception. |