XML Compare .NET API Documentation - DEPRECATEDThe ParameterValueConflict type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ParameterValueConflict(SerializationInfo, StreamingContext) | Initializes a new instance of the ParameterValueConflict class |
![]() | ParameterValueConflict(String, String, String) |
Creates a new ParameterValueConflict.
|
![]() | ParameterValueConflict(String, Exception, String, String) |
Creates a new ParameterValueConflict.
|
Methods
Name | Description | |
---|---|---|
![]() | getCause |
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.) |
![]() | getThrowable |
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.) |
![]() | getUnkownParameterContext |
Provides the context in which the parameter was attempting to be used.
|
![]() | getUnkownParameterName |
Provides the name of the unknown or undeclared parameter.
|
See Also