PngImageException

PngImageException(string)

初始化PngImageException类的新实例。

public PngImageException(string message)
范围类型描述
消息String消息。

也可以看看


PngImageException(string, Exception)

初始化PngImageException类的新实例。

public PngImageException(string message, Exception innerException)
范围类型描述
消息String消息。
innerExceptionException内部异常。

也可以看看