Deployment Tools Foundation
CabException Constructor (message)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression.Cab ► CabException ► CabException(String)
Creates a new CabException with a specified error message.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public CabException( string message )
Public Sub New ( message As String )
public: CabException( String^ message )
new : message : string -> CabException
Parameters
- message (String)
- The message that describes the error.
Assembly: Microsoft.Deployment.Compression.Cab (Module: Microsoft.Deployment.Compression.Cab.dll) Version: 3.0.0.0 (3.11.1.2318)