Constructor ReadThroughPendingException
ReadThroughPendingException(SerializationInfo, StreamingContext)
Deserialization constructor. Recreate an ReadThroughPendingException from a serialized stream.
protected ReadThroughPendingException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoa SerializationInfo object holding the serialized state of the ReadThroughPendingException.
contextStreamingContexta StreamingContext object providing context about the serialization operation.
ReadThroughPendingException(string, int, string)
Create a new ReadThroughPendingException.
public ReadThroughPendingException(string operation, int errorCode, string key)
Parameters
operationstringthe operation (e.g. create, read, update, delete) that failed
errorCodeintthe status code returned from the ScaleOut service
keystringa human-readable representation of the key corresponding to the object on which the failed operation was performed.
ReadThroughPendingException(string, string)
Create a new ReadThroughPendingException.
public ReadThroughPendingException(string operation, string key)
Parameters
operationstringthe operation (e.g. create, read, update, delete) that failed
keystringa human-readable representation of the key corresponding to the object on which the failed operation was performed.
ReadThroughPendingException(string, int, string, string)
Create a new ReadThroughPendingException.
public ReadThroughPendingException(string operation, int errorCode, string key, string message)
Parameters
operationstringthe operation (e.g. create, read, update, delete) that failed
errorCodeintthe status code returned from the ScaleOut service
keystringa human-readable representation of the key corresponding to the object on which the failed operation was performed.
messagestringa message describing this exception
ReadThroughPendingException(string, string, string)
Create a new ReadThroughPendingException.
public ReadThroughPendingException(string operation, string key, string message)
Parameters
operationstringthe operation (e.g. create, read, update, delete) that failed
keystringa human-readable representation of the key corresponding to the object on which the failed operation was performed.
messagestringa message describing this exception
ReadThroughPendingException(string, int, string, string, Exception)
Create a new ReadThroughPendingException.
public ReadThroughPendingException(string operation, int errorCode, string key, string message, Exception innerException)
Parameters
operationstringthe operation (e.g. create, read, update, delete) that failed
errorCodeintthe status code returned from the ScaleOut service
keystringa human-readable representation of the key corresponding to the object on which the failed operation was performed.
messagestringa message describing this exception
innerExceptionExceptionan underlying Exception which caused this ScaleoutException to be thrown.
ReadThroughPendingException(string, string, string, Exception)
Create a new ReadThroughPendingException.
public ReadThroughPendingException(string operation, string key, string message, Exception innerException)
Parameters
operationstringthe operation (e.g. create, read, update, delete) that failed
keystringa human-readable representation of the key corresponding to the object on which the failed operation was performed.
messagestringa message describing this exception
innerExceptionExceptionan underlying Exception which caused this ScaleoutException to be thrown.