Constructor ScaleoutServiceUnavailableException
ScaleoutServiceUnavailableException(SerializationInfo, StreamingContext)
Deserialization constructor. Recreate an ScaleoutServiceUnavailableException from a serialized stream.
protected ScaleoutServiceUnavailableException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoa SerializationInfo object holding the serialized state of the ScaleoutServiceUnavailableException.
contextStreamingContexta StreamingContext object providing context about the serialization operation.
ScaleoutServiceUnavailableException()
Create a new ScaleoutServiceUnavailableException.
public ScaleoutServiceUnavailableException()
ScaleoutServiceUnavailableException(Exception)
Create a new ScaleoutServiceUnavailableException.
public ScaleoutServiceUnavailableException(Exception inner)
Parameters
innerException
ScaleoutServiceUnavailableException(string)
Create a new ScaleoutServiceUnavailableException.
public ScaleoutServiceUnavailableException(string message)
Parameters
messagestring
ScaleoutServiceUnavailableException(string, Exception)
Create a new ScaleoutServiceUnavailableException.
public ScaleoutServiceUnavailableException(string message, Exception inner)