ZipFileException Constructor(String)
In This Topic
Initializes a new instance of a
ZipFileException.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public ZipFileException(
string
)
Parameters
- msg
- Message that describes the exception.
See Also