public FileResourceInfo(
string filePath,
int fileSectionSize
)
Public Sub New (
filePath As String,
fileSectionSize As Integer
)
new :
filePath : string *
fileSectionSize : int -> FileResourceInfo
FileNotFoundException | 当指定路径的文件不存在时,抛出此异常 |