IWait.Fail(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Mark this wait as satisfied with this fail exception.
public void Fail (Exception error);
abstract member Fail : Exception -> unit
Public Sub Fail (error As Exception)
Parameters
- error
- Exception