Click or drag to resize

ObjectInaccessibleException Constructor (ExceptionSeverity, ErrorCode, String, Boolean)

Initializes a new instance of the ObjectInaccessibleException class

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public ObjectInaccessibleException(
	ExceptionSeverity exceptionSeverity,
	ErrorCode errorCode,
	string message,
	bool handleByEnterpriseLibrary
)

Parameters

exceptionSeverity
Type: FileHold.CommonExceptionSeverity
errorCode
Type: FileHold.CommonErrorCode
message
Type: SystemString
handleByEnterpriseLibrary
Type: SystemBoolean
See Also