C# Класс Microsoft.Tools.WindowsInstaller.PowerShell.PSInstallerException

Наследование: System.Exception, IContainsErrorRecord, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GetErrorCategory ( Deployment record, string &resource ) : ErrorCategory
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetRecord ( ) : Deployment.WindowsInstaller.Record
PSInstallerException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

Dispose() публичный Метод

Disposes an instance of PSInstallerException.
public Dispose ( ) : void
Результат void

PSInstallerException() публичный Метод

Creates a PSInstallerException from the given record.
public PSInstallerException ( Deployment record ) : System
record Deployment The containing error details.
Результат System

PSInstallerException() публичный Метод

Creates a PSInstallerException from the given inner exception.
public PSInstallerException ( InstallerException innerException ) : System
innerException InstallerException The containing error details.
Результат System