GifImageException.GifImageException

GifImageException(string)

Initializes a new instance of the GifImageException class.

public GifImageException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


GifImageException(string, Exception)

Initializes a new instance of the GifImageException class.

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

See Also