Method | Description | |
---|---|---|
RegexMatchTimeoutException ( ) | ||
RegexMatchTimeoutException ( string message ) | ||
RegexMatchTimeoutException ( string message, System inner ) | ||
RegexMatchTimeoutException ( string regexInput, string regexPattern, System matchTimeout ) | ||
System ( System si, System context ) : void |
Method | Description | |
---|---|---|
RegexMatchTimeoutException ( System info, System context ) |
protected RegexMatchTimeoutException ( System info, System context ) | ||
info | System | |
context | System |
public RegexMatchTimeoutException ( string message ) | ||
message | string |
public RegexMatchTimeoutException ( string message, System inner ) | ||
message | string | |
inner | System |
public RegexMatchTimeoutException ( string regexInput, string regexPattern, System matchTimeout ) | ||
regexInput | string | |
regexPattern | string | |
matchTimeout | System |
public System ( System si, System context ) : void | ||
si | System | |
context | System | |
return | void |