Click or drag to resize

PFJobExecutionException Constructor (String, Exception)

Initializes a new instance of the PFJobExecutionException class.

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFJobExecutionException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message.
innerException
Type: SystemException
The inner exception.
See Also