'Declaration Public Function New( _ ByVal message As String, _ ByVal tarFile As AbstractFile _ )
'Usage Dim message As String Dim tarFile As AbstractFile Dim instance As New InvalidTarStructureException(message, tarFile)
public InvalidTarStructureException( string message, AbstractFile tarFile )
Parameters
- message
- The error message that explains the reason for the exception.
- tarFile
- The Xceed.FileSystem.AbstractFile object that caused the current exception.