Click or drag to resize

PFAccessDeniedException Constructor

Initializes a new instance of the PFAccessDeniedException class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFAccessDeniedException(
	PFAccessDeniedExceptionPermission permission,
	string message,
	Exception innerException = null
)

Parameters

permission
Type: Packflow.CorePFAccessDeniedExceptionPermission
message
Type: SystemString
innerException (Optional)
Type: SystemException
See Also