Property | Type | Description | |
---|---|---|---|
ConflictException | System | ||
GetObjectData | void |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
ConflictException ( |
Deserializes an exception.
|
|
GetObjectData ( |
public ConflictException ( string message ) : System | ||
message | string | |
return | System |
public ConflictException ( string message, |
||
message | string | |
innerException | ||
return | System |
public static ExistingConflict ( ) : |
||
return |
public static InnerConflict ( ) : |
||
return |
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 |
return |