Overload | Description |
---|---|
BitDepthException Constructor() | Initializes a new instance of an invalid bitmap. |
BitDepthException Constructor(Int32) | Initializes a new instance of an invalid bitmap with a given error number. |
BitDepthException Constructor(String) | Initializes a new instance of an invalid bitmap with a given message. |
BitDepthException Constructor(Int32,String) | Initializes a new instance of an invalid bitmap with a given error number and message. |
BitDepthException Constructor(String,Exception) | Initializes a new instance of an invalid bitmap with a given message and an inner exception. |