ServiceException.IsMatch(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.
Checks if a given error code has been returned in the response at any level in the error stack.
public bool IsMatch (string errorCode);
member this.IsMatch : string -> bool
Public Function IsMatch (errorCode As String) As Boolean
Parameters
- errorCode
- String
The error code.
Returns
True if the error code is in the stack.