Property RandomIOExceptionRate
RandomIOExceptionRate
If 0.0, no exceptions will be thrown. Else this should be a double 0.0 - 1.0. We will randomly throw an System.IO.IOException on the first write to an OutputStream based on this probability.
Declaration
public virtual double RandomIOExceptionRate { get; set; }
Property Value
Type | Description |
---|---|
System.Double |