Table of Contents

Class IntegrationClientException

Namespace
Sfrep.AppraiseIt.Client.Integration
Assembly
Sfrep.AppraiseIt.Client.Integration.dll

IntegrationClientException is thrown if an error occurs while calling Appraise-It's integration StreamJsonRpc service.

[Serializable]
public class IntegrationClientException : Exception, ISerializable
Inheritance
object
IntegrationClientException
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)

Constructors

IntegrationClientException()

Initializes a new instance of the IntegrationClientException class.

public IntegrationClientException()

IntegrationClientException(SerializationInfo, StreamingContext)

Initializes a new instance of the IntegrationClientException class with serialized data.

protected IntegrationClientException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The StreamingContext that contains contextual information about the source or destination.

IntegrationClientException(string)

Initializes a new instance of the IntegrationClientException class with a specified error message.

public IntegrationClientException(string message)

Parameters

message string

The message that describes the error.

IntegrationClientException(string, Exception)

Initializes a new instance of the IntegrationClientException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public IntegrationClientException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.