WatermarkException

WatermarkException class

Represents base exception in GroupDocs.Watermark product.

public class WatermarkException : Exception

Constructors

Name Description
WatermarkException() Initializes a new instance of the WatermarkException class.
WatermarkException(string) Initializes a new instance of the WatermarkException class with a specified error message.
WatermarkException(string, Exception) Initializes a new instance of the WatermarkException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also