Link Search Menu Expand Document

ProfileException Constructor (String, Exception)

Initializes a new instance of the ProfileException class

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public ProfileException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Bytescout.PDF.ProfileException.#ctor(System.String,System.Exception)"]

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:Bytescout.PDF.ProfileException.#ctor(System.String,System.Exception)"]

See Also

Reference