C# Class Microsoft.Tools.WindowsInstaller.PowerShell.PSInstallerException

Inheritance: System.Exception, IContainsErrorRecord, IDisposable
Mostrar archivo Open project: heaths/psmsi Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Disposes an instance of PSInstallerException.

PSInstallerException ( Deployment record ) : System

Creates a PSInstallerException from the given record.

PSInstallerException ( InstallerException innerException ) : System

Creates a PSInstallerException from the given inner exception.

Private Methods

Method Description
GetErrorCategory ( Deployment record, string &resource ) : ErrorCategory
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetRecord ( ) : Deployment.WindowsInstaller.Record
PSInstallerException ( SerializationInfo info, StreamingContext context ) : System

Method Details

Dispose() public method

Disposes an instance of PSInstallerException.
public Dispose ( ) : void
return void

PSInstallerException() public method

Creates a PSInstallerException from the given record.
public PSInstallerException ( Deployment record ) : System
record Deployment The containing error details.
return System

PSInstallerException() public method

Creates a PSInstallerException from the given inner exception.
public PSInstallerException ( InstallerException innerException ) : System
innerException InstallerException The containing error details.
return System