BmpImageException.BmpImageException

BmpImageException(string)

Initializes a new instance of the BmpImageException class.

public BmpImageException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


BmpImageException(string, Exception)

Initializes a new instance of the BmpImageException class.

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

See Also