Class JavascriptExtensionsException

JavascriptExtensionsException class

The exception that is thrown on errors when working with JavascriptExtensions.

public class JavascriptExtensionsException : PdfException

Constructors

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

See Also