ImageLoadException

ImageLoadException(string)

初始化ImageLoadException类.

public ImageLoadException(string message)
范围类型描述
messageString异常消息。

也可以看看


ImageLoadException(string, Exception)

初始化ImageLoadException类.

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

也可以看看