ZipException Constructor (message)

DTF API

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++ F#
public ZipException(
	string message
)
Public Sub New ( 
	message As String
)
public:
ZipException(
	String^ message
)
new : 
        message : string -> ZipException
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.11.1.2318)