SplitPDFException(String, Exception) Constructor

Constructor

Definition

Namespace: EvoPdf.PdfSplit
Assembly: EvoPdfSplit_NetCore (in EvoPdfSplit_NetCore.dll) Version: 14.0.0
C#
public SplitPDFException(
	string message,
	Exception innerException
)

Parameters

message  String
The exception message
innerException  Exception
The inner exception that triggered this exception

See Also