LyricFile(FileInfo) Constructor
Initializes a new instance of the
LyricFile class.
Namespace: DevCase.ThirdParty.SubtitleWorkshopAssembly: DevCase.net48.ThirdParty.SubtitleWorkshop (in DevCase.net48.ThirdParty.SubtitleWorkshop.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public LyricFile(
FileInfo file
)
Public Sub New (
file As FileInfo
)
Dim file As FileInfo
Dim instance As New LyricFile(file)
public:
LyricFile(
FileInfo^ file
)
new :
file : FileInfo -> LyricFile
No code example is currently available or this language may not be supported.
Parameters
- file FileInfo
-
The lyric file to load.
FileNotFoundException
|
File not found.
|
Exception
|
Error trying to open the specified file. Check the file and/or the SubtitleAPI dll.
|