ImageCreateException

ImageCreateException(string)

初始化ImageCreateException类.

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

也可以看看


ImageCreateException(string, Exception)

初始化ImageCreateException类.

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

也可以看看