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