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