Click or drag to resize

imbFileException Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the imbFileException class

Namespace:  imbSCI.Core.files
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public imbFileException(
	string message,
	Exception ex,
	folderNode folder = null,
	string path = null,
	IFileDataStructure dataStructure = null
)
Request Example View Source

Parameters

message
Type: SystemString
ex
Type: SystemException
folder (Optional)
Type: imbSCI.Core.files.foldersfolderNode
path (Optional)
Type: SystemString
dataStructure (Optional)
Type: imbSCI.Core.files.fileDataStructureIFileDataStructure
See Also