ObjectInaccessibleException(ExceptionSeverity, ErrorCode, String, Boolean) Constructor

Initializes a new instance of the ObjectInaccessibleException class

Definition

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

Parameters

exceptionSeverity  ExceptionSeverity
 
errorCode  ErrorCode
 
message  String
 
handleByEnterpriseLibrary  Boolean
 

See Also