FaultEvent.SetNonFailureParameters(String, String) 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.
Set the bucket parameters which compose the non-failure parameters as processed in Watson and elsewhere. Parameters which are left unspecified or passed a null value will retain their original value set by default.
public void SetNonFailureParameters (string nonFailureParameter0 = default, string nonFailureParameter1 = default);
member this.SetNonFailureParameters : string * string -> unit
Public Sub SetNonFailureParameters (Optional nonFailureParameter0 As String = Nothing, Optional nonFailureParameter1 As String = Nothing)
Parameters
- nonFailureParameter0
- String
The parameter value for Non-Failure Parameter 0
- nonFailureParameter1
- String
The parameter value for Non-Failure Parameter 1