PngImageException.PngImageException

PngImageException(string)

初始化一个新的实例PngImageException类.

public PngImageException(string message)
范围类型描述
messageString消息.

也可以看看


PngImageException(string, Exception)

初始化一个新的实例PngImageException类.

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

也可以看看