C# 클래스 ZeroInstall.DesktopIntegration.ConflictException

상속: System.InvalidOperationException
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ConflictException System
GetObjectData void

공개 메소드들

메소드 설명
ConflictException ( ) : System
ConflictException ( string message ) : System
ConflictException ( string message, Exception innerException ) : System
ExistingConflict ( ) : ConflictException

Creates an exception indicating an existing desktop integration conflict.

InnerConflict ( ) : ConflictException

Creates an exception indicating an inner desktop integration conflict.

NewConflict ( ConflictData existingEntry, ConflictData newEntry ) : ConflictException

Creates an exception indicating a new desktop integration conflict.

비공개 메소드들

메소드 설명
ConflictException ( SerializationInfo info, StreamingContext context ) : System

Deserializes an exception.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

ConflictException() 공개 메소드

public ConflictException ( ) : System
리턴 System

ConflictException() 공개 메소드

public ConflictException ( string message ) : System
message string
리턴 System

ConflictException() 공개 메소드

public ConflictException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

ExistingConflict() 공개 정적인 메소드

Creates an exception indicating an existing desktop integration conflict.
public static ExistingConflict ( ) : ConflictException
리턴 ConflictException

InnerConflict() 공개 정적인 메소드

Creates an exception indicating an inner desktop integration conflict.
public static InnerConflict ( ) : ConflictException
리턴 ConflictException

NewConflict() 공개 정적인 메소드

Creates an exception indicating a new desktop integration conflict.
public static NewConflict ( ConflictData existingEntry, ConflictData newEntry ) : ConflictException
existingEntry ConflictData The existing entry that is preventing from being applied.
newEntry ConflictData The new entry that is in conflict with .
리턴 ConflictException