Свойство | Тип | Описание | |
---|---|---|---|
ConflictException | System | ||
GetObjectData | void |
Метод | Описание | |
---|---|---|
ConflictException ( ) : System | ||
ConflictException ( string message ) : System | ||
ConflictException ( string message, |
||
ExistingConflict ( ) : |
Creates an exception indicating an existing desktop integration conflict.
|
|
InnerConflict ( ) : |
Creates an exception indicating an inner desktop integration conflict.
|
|
NewConflict ( ConflictData existingEntry, ConflictData newEntry ) : |
Creates an exception indicating a new desktop integration conflict.
|
Метод | Описание | |
---|---|---|
ConflictException ( |
Deserializes an exception.
|
|
GetObjectData ( |
public ConflictException ( string message ) : System | ||
message | string | |
Результат | System |
public ConflictException ( string message, |
||
message | string | |
innerException | ||
Результат | System |
public static ExistingConflict ( ) : |
||
Результат |
public static InnerConflict ( ) : |
||
Результат |
public static NewConflict ( ConflictData existingEntry, ConflictData newEntry ) : |
||
existingEntry | ConflictData | The existing entry that is preventing |
newEntry | ConflictData | The new entry that is in conflict with |
Результат |