Click or drag to resize

ViewerException Constructor (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(
	Object gdPictureStatus,
	string message
)

Parameters

gdPictureStatus
Type: SystemObject
message
Type: SystemString
See Also