PsdImageArgumentException.PsdImageArgumentException

PsdImageArgumentException(string)

Initializes a new instance of the PsdImageArgumentException class.

public PsdImageArgumentException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


PsdImageArgumentException(string, Exception)

Initializes a new instance of the PsdImageArgumentException class.

public PsdImageArgumentException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe exception message.
innerExceptionExceptionThe inner exception.

See Also