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
-
objectIntegrationClientException
- 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
SerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
context
StreamingContextThe 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
stringThe 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
stringThe error message that explains the reason for the exception.
innerException
ExceptionThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.