Click or drag to resize

ObjectInaccessibleException Constructor (ErrorCode, String)

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(
	ErrorCode errorCode,
	string message
)

Parameters

errorCode
Type: FileHold.CommonErrorCode
message
Type: SystemString
See Also