ImageNotLoadedException
ImageNotLoadedException(string)
初始化一个新的实例ImageNotLoadedException班级。
public ImageNotLoadedException(string message)
| 范围 | 类型 | 描述 |
|---|---|---|
| message | String | 描述错误的消息。 |
也可以看看
ImageNotLoadedException(string, Exception)
初始化一个新的实例ImageNotLoadedException班级。
public ImageNotLoadedException(string message, Exception innerException)
| 范围 | 类型 | 描述 |
|---|---|---|
| message | String | 解释异常原因的错误消息。 |
| innerException | Exception | 导致当前异常的异常,如果未指定内部异常,则为空引用(在 Visual Basic 中为 Nothing)。 |