C# 클래스 Microsoft.Tools.WindowsInstaller.PowerShell.PSInstallerException

상속: System.Exception, IContainsErrorRecord, IDisposable
파일 보기 프로젝트 열기: heaths/psmsi 1 사용 예제들

공개 메소드들

메소드 설명
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