Click or drag to resize

InsufficientPermissionException Constructor (ExceptionSeverity, ErrorCode, String, Exception)

Initializes a new instance of the InsufficientPermissionException class

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public InsufficientPermissionException(
	ExceptionSeverity exceptionSeverity,
	ErrorCode errorCode,
	string message,
	Exception innerException
)

Parameters

exceptionSeverity
Type: FileHold.CommonExceptionSeverity
errorCode
Type: FileHold.CommonErrorCode
message
Type: SystemString
innerException
Type: SystemException
See Also