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