Method | Description | |
---|---|---|
RegexMatchTimeoutException ( ) : System |
This constructor is provided in compliance with common NetFx design patterns; developers should prefer using the constructor
|
|
RegexMatchTimeoutException ( string message ) : System |
This constructor is provided in compliance with common NetFx design patterns; developers should prefer using the constructor
|
|
RegexMatchTimeoutException ( string message, |
This constructor is provided in compliance with common NetFx design patterns; developers should prefer using the constructor
|
|
RegexMatchTimeoutException ( string regexInput, string regexPattern, System.TimeSpan matchTimeout ) : System |
Constructs a new RegexMatchTimeoutException.
|
public RegexMatchTimeoutException ( ) : System | ||
return | System |
public RegexMatchTimeoutException ( string message ) : System | ||
message | string | The error message that explains the reason for the exception. |
return | System |
public RegexMatchTimeoutException ( string message, |
||
message | string | The error message that explains the reason for the exception. |
inner | The exception that is the cause of the current exception, or a null . |
|
return | System |
public RegexMatchTimeoutException ( string regexInput, string regexPattern, System.TimeSpan matchTimeout ) : System | ||
regexInput | string | Matching timeout occurred during matching within the specified input. |
regexPattern | string | Matching timeout occurred during matching to the specified pattern. |
matchTimeout | System.TimeSpan | Matching timeout occurred because matching took longer than the specified timeout. |
return | System |