ParameterValueConflict MembersXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED

The ParameterValueConflict type exposes the following members.
Constructors

  NameDescription
Protected methodParameterValueConflict(SerializationInfo, StreamingContext)
Initializes a new instance of the ParameterValueConflict class
Public methodParameterValueConflict(String, String, String)
Creates a new ParameterValueConflict.
Public methodParameterValueConflict(String, Exception, String, String)
Creates a new ParameterValueConflict.
Back to Top
Methods

  NameDescription
Public methodgetCause
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.)
Public methodgetThrowable
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.)
Public methodgetUnkownParameterContext
Provides the context in which the parameter was attempting to be used.
Public methodgetUnkownParameterName
Provides the name of the unknown or undeclared parameter.
Back to Top
See Also