Creates a new instance of the class XFileResourceLocation.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public XFileResourceLocation(
	string fullFileName,
	Object info
)

Parameters

fullFileName
Type: System..::.String
The file full name.
info
Type: System..::.Object
The additional information about the file.

Exceptions

ExceptionCondition
System..::.ArgumentNullException fullFileName is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also