Overload | Description |
---|---|
UnableReadBitmapException Constructor() | Generated base exception when unable to read the bitmap. |
UnableReadBitmapException Constructor(Int32) | Generated exception when unable to read the bitmap with a given error number. |
UnableReadBitmapException Constructor(String) | Generated exception when unable to read the bitmap with a given message. |
UnableReadBitmapException Constructor(Int32,String) | Generated exception when unable to read the bitmap with a given error number and message. |
UnableReadBitmapException Constructor(String,Exception) | Generated exception when unable to read the bitmap with a given message and inner exception. |