AsposeNotSupportedException

AsposeNotSupportedException class

不支持调用的方法或参数时引发的异常, 或尝试读取、查找或写入不支持调用的功能的流时引发的异常。

public class AsposeNotSupportedException : AsposeException

构造函数

姓名描述
AsposeNotSupportedException()初始化AsposeNotSupportedException类.
AsposeNotSupportedException(Exception)
AsposeNotSupportedException(string)初始化AsposeNotSupportedException具有指定错误消息的类。
AsposeNotSupportedException(string, Exception)初始化AsposeNotSupportedException类 带有指定的错误消息和对导致此异常的内部异常的引用。
AsposeNotSupportedException(string, params object[])初始化AsposeArgumentOutOfRangeException具有指定错误消息的类。
AsposeNotSupportedException(string, string)

特性

姓名描述
ErrorDetails { get; }获取有关错误的额外信息
override Message { get; }获取描述当前异常的消息。

方法

姓名描述
override ToString()返回代表当前对象的字符串。

也可以看看