StaticResourceInfo Constructor

Initializes a new instance of the StaticResourceInfo class.

Namespace:  Dundas.BI.AppResources
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public StaticResourceInfo(
	string name,
	string resourceFileType
)

Parameters

name
Type: SystemString
The name.
resourceFileType
Type: SystemString
Type of the resource file.
Exceptions
ExceptionCondition
ArgumentException

resourceFileType is not a valid non-empty string.

-or-

resourceFileType: Media Type structure is invalid or not supported.

See Also