Click or drag to resize

ViewerException Constructor (ErrorCode, Object, String)

Initializes a new instance of the ViewerException class

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public ViewerException(
	ErrorCode errorCode,
	Object gdPictureStatus,
	string message
)

Parameters

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