ZipException Constructor (message)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation ZipException Constructor (message)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.Compression.ZipZipExceptionZipException(String)
Creates a new ZipException with a specified error message.
Declaration Syntax
C# Visual Basic Visual C++
public ZipException(
	string message
)
Public Sub New ( 
	message As String
)
public:
ZipException(
	String^ message
)
Parameters
message (String)
The message that describes the error.

Assembly: Microsoft.Deployment.Compression.Zip (Module: Microsoft.Deployment.Compression.Zip.dll) Version: 3.0.0.0 (3.9.1006.0)