GroupDocsMergerException

GroupDocsMergerException(string)

Initializes a new instance of the GroupDocsMergerException class.

public GroupDocsMergerException(string message)
Parameter Type Description
message String The message that describes the error.

See Also


GroupDocsMergerException(string, Exception)

Initializes a new instance of the GroupDocsMergerException class.

public GroupDocsMergerException(string message, Exception innerException)
Parameter Type Description
message String The message that describes the error.
innerException Exception The inner exception of the error.

See Also