Property RandomIOExceptionRateOnOpen
RandomIOExceptionRateOnOpen
If 0.0, no exceptions will be thrown during openInput and createOutput. Else this should be a double 0.0 - 1.0 and we will randomly throw an System.IO.IOException in openInput and createOutput with this probability.
Declaration
public virtual double RandomIOExceptionRateOnOpen { get; set; }
Property Value
Type | Description |
---|---|
System.Double |