InvalidImageFormatException
InvalidImageFormatException class
尝试打开、加载、保存或以其他方式处理某些内容时抛出的异常,这些内容可能是图像(光栅或矢量), 但实际上是意外和/或不支持格式的图像,或者不是图像所有.
public class InvalidImageFormatException : Exception
构造函数
姓名 | 描述 |
---|---|
InvalidImageFormatException(string) | 创建新实例InvalidImageFormatException 带有指定的错误消息 |
InvalidImageFormatException(string, Exception) | 创建新实例InvalidImageFormatException 带有指定的错误消息和对导致此异常的内部异常的引用 |