1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for .NET
  4. /
  5. GroupDocs.Watermark.Exceptions
  6. /
  7. WatermarkException

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